We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e29e18 commit b9f89b4Copy full SHA for b9f89b4
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
+ bin/ameba.cr
60
## Trigger Javascript code quality checks (eslint).
61
lint_js:
62
npm run lint
0 commit comments