We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d52def commit 5050a4fCopy full SHA for 5050a4f
1 file changed
Makefile
@@ -56,7 +56,7 @@ lint: lint_crystal lint_js
56
## Trigger code Crystal quality checks.
57
lint_crystal:
58
crystal tool format --exclude docs --check
59
- bin/ameba.cr
+ lib/ameba/bin/ameba.cr
60
## Trigger Javascript code quality checks (eslint).
61
lint_js:
62
npm run lint
0 commit comments