Skip to content

Commit 8bc116e

Browse files
authored
feat: add information about constants in readme
1 parent 20bedb4 commit 8bc116e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Add steps like these to your github actions:
1616
run: sps-buddy --batch > /dev/null
1717
```
1818
# Features
19-
- checks if your variable names are in mixed camel case
19+
- checks that your variable names are in mixed camel case
20+
- checks that your constant names are in capital snake case
2021
- returns proper exit codes for use in CI pipelines
2122
- output is routed to stdout and stderr so you can handle error messages and regular output separately
2223

0 commit comments

Comments
 (0)