Skip to content

Commit

Permalink
feat: add check for proper snake_case usage
Browse files Browse the repository at this point in the history
This commit squashes together the following commits:

* feat: adding Naming lint gorup
* feat: adding snake-case rule
* feat: renaming lint rule
* doc: adding rule to RULES.md
* test: adding more test-cases
* docs: updating documentation
* chore: updating wdl-grammar changelog
* chore: update PR number in changelog
* feat: adding test and doc for snake_case lint warning
* feat: updating Gauntlet.toml for snake_case
* chore: updates `gauntlet` configuration
  • Loading branch information
simojoe authored and claymcleod committed May 2, 2024
1 parent 34e1537 commit 2f83984
Show file tree
Hide file tree
Showing 14 changed files with 36,549 additions and 12,798 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ version = "0.2.0"
[workspace.dependencies]
clap = { version = "4.4.7", features = ["derive"] }
colored = "2.0.4"
convert_case = "0.6.0"
env_logger = "0.10.0"
indexmap = { version = "2.1.0", features = ["serde"] }
lazy_static = "1.4.0"
Expand Down
Loading

0 comments on commit 2f83984

Please sign in to comment.