Skip to content

Commit

Permalink
feat: add configuration support!
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Zaunseder committed Feb 1, 2024
1 parent 59db7f4 commit 3e3cec5
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 7 deletions.
184 changes: 183 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
config = "0.13.4"
miette = { version = "5.10.0", features = ["fancy"] }
pest = "2.7.6"
pest_derive = "2.7.6"
Expand Down
5 changes: 5 additions & 0 deletions src/commitlint.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rules": {
"scope-enum": ["error", "always", ["foo", "bar", "baz"]]
}
}
Loading

0 comments on commit 3e3cec5

Please sign in to comment.