We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26856d5 commit aed3cf1Copy full SHA for aed3cf1
bin/lint
@@ -1,15 +1,3 @@
1
#!/bin/sh
2
3
-set -e
4
-
5
-bin/rubocop --autocorrect-all $*
6
-yarn prettier --write --list-different --ignore-unknown ${*:-'**/*'}
7
-bin/bundle exec rufo ${*:-app}
8
-if [ -z "$*" ]; then
9
- bin/brakeman --quiet --no-summary --no-pager
10
- terraform fmt -recursive
11
-else
12
- terraform fmt $*
13
-fi
14
-tflint --chdir=terraform --init
15
-tflint --chdir=terraform --recursive
+hk fix
0 commit comments