mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 17:26:22 +00:00
Merge branch 'rails' into issue-15109-1
This commit is contained in:
commit
395f9a95bd
1 changed files with 4 additions and 0 deletions
|
@ -185,9 +185,13 @@ tasks:
|
||||||
- "test -f ../hain/usr/bin/bundler-audit"
|
- "test -f ../hain/usr/bin/bundler-audit"
|
||||||
rubocop:
|
rubocop:
|
||||||
desc: "Ruby linting"
|
desc: "Ruby linting"
|
||||||
|
deps:
|
||||||
|
- "gems"
|
||||||
cmds:
|
cmds:
|
||||||
- "./bin/modified_files | ./bin/with_extension rb | xargs -r {{.HAINISH}} bundle exec rubocop {{.CLI_ARGS}}"
|
- "./bin/modified_files | ./bin/with_extension rb | xargs -r {{.HAINISH}} bundle exec rubocop {{.CLI_ARGS}}"
|
||||||
haml-lint:
|
haml-lint:
|
||||||
desc: "HAML linting"
|
desc: "HAML linting"
|
||||||
|
deps:
|
||||||
|
- "gems"
|
||||||
cmds:
|
cmds:
|
||||||
- "./bin/modified_files | ./bin/with_extension haml | xargs -r {{.HAINISH}} bundle exec haml-lint {{.CLI_ARGS}}"
|
- "./bin/modified_files | ./bin/with_extension haml | xargs -r {{.HAINISH}} bundle exec haml-lint {{.CLI_ARGS}}"
|
||||||
|
|
Loading…
Reference in a new issue