Makefile: no hardcodear haini.sh en rubocop
Some checks failed
continuous-integration/woodpecker the build failed
Some checks failed
continuous-integration/woodpecker the build failed
This commit is contained in:
parent
0037abcada
commit
d9f018d6f2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -76,7 +76,7 @@ rubocop: ## Yutea el código que está por ser commiteado
|
|||
| grep -E "^(A|M)" \
|
||||
| sed "s/^...//" \
|
||||
| grep ".rb$$" \
|
||||
| ../haini.sh/haini.sh "xargs -r ./bin/rubocop --auto-correct"
|
||||
| $(hain) "xargs -r ./bin/rubocop --auto-correct"
|
||||
|
||||
audit: ## Encuentra dependencias con vulnerabilidades
|
||||
$(hain) 'gem install bundler-audit'
|
||||
|
|
Loading…
Reference in a new issue