5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Fast linting mode (replaces bin/lint)
|
|
exec ./bin/check --parallel=rspec,flog,flay,rubocop,brakeman,bundler-audit,reek,haml-syntax
|