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 23b347f commit 28ba76fCopy full SHA for 28ba76f
CLAUDE.md
@@ -39,6 +39,8 @@ Pre-commit hooks automatically run:
39
- All linters: `rake lint` (runs ESLint and RuboCop)
40
- ESLint only: `yarn run lint` or `rake lint:eslint`
41
- RuboCop only: `rake lint:rubocop`
42
+ - GitHub Action files (workflows, reusable actions, etc.): `actionlint`
43
+ - YAML files: `yamllint` (or validate the syntax with Ruby if it isn't installed). Do _not_ try to run RuboCop on `.yml` files.
44
- **Code Formatting**:
45
- Format code with Prettier: `rake autofix`
46
- Check formatting without fixing: `yarn start format.listDifferent`
0 commit comments