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 207bec6 commit 37e48ceCopy full SHA for 37e48ce
agents.md
@@ -1,7 +1,7 @@
1
# General rules
2
✅ **DO:**
3
- You can use ./yq with the `--debug-node-info` flag to get a deeper understanding of the ast.
4
-- run ./scripts/format.sh then ./scripts/check.sh to format, then validate linting and spelling
+- run ./scripts/format.sh to format the code; then ./scripts/check.sh lint and finally ./scripts/spelling.sh to check spelling.
5
- Add comprehensive tests to cover the changes
6
- Run test suite to ensure there is no regression
7
- Use UK english spelling (e.g. Colorisation not Colorization)
0 commit comments