We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bedb4 commit 8bc116eCopy full SHA for 8bc116e
README.md
@@ -16,7 +16,8 @@ Add steps like these to your github actions:
16
run: sps-buddy --batch > /dev/null
17
```
18
# Features
19
-- checks if your variable names are in mixed camel case
+- checks that your variable names are in mixed camel case
20
+- checks that your constant names are in capital snake case
21
- returns proper exit codes for use in CI pipelines
22
- output is routed to stdout and stderr so you can handle error messages and regular output separately
23
0 commit comments