5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-27 02:26:09 +00:00

Merge branch 'rails' into issue-15109-1

This commit is contained in:
f 2024-05-02 15:55:22 -03:00
commit 395f9a95bd
No known key found for this signature in database

View file

@ -185,9 +185,13 @@ tasks:
- "test -f ../hain/usr/bin/bundler-audit"
rubocop:
desc: "Ruby linting"
deps:
- "gems"
cmds:
- "./bin/modified_files | ./bin/with_extension rb | xargs -r {{.HAINISH}} bundle exec rubocop {{.CLI_ARGS}}"
haml-lint:
desc: "HAML linting"
deps:
- "gems"
cmds:
- "./bin/modified_files | ./bin/with_extension haml | xargs -r {{.HAINISH}} bundle exec haml-lint {{.CLI_ARGS}}"