Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Add cargo-cranky
Browse files Browse the repository at this point in the history
  • Loading branch information
seowalex committed Apr 9, 2023
1 parent 7dc4535 commit b9f93e7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 34 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hex = "0.4.3"
humantime = "2.1.0"
indexmap = { version = "1.9.3", features = ["serde"] }
indicatif = "0.17.3"
inquire = "0.6.0"
inquire = "0.6.1"
itertools = "0.10.5"
nom = "7.1.3"
once_cell = "1.17.1"
Expand All @@ -36,8 +36,8 @@ semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_ignored = "0.1.7"
serde_json = "1.0.95"
serde_with = { version = "2.3.1", features = ["indexmap"] }
serde_yaml = "0.9.19"
serde_with = { version = "2.3.2", features = ["indexmap"] }
serde_yaml = "0.9.21"
sha2 = "0.10.6"
shell-words = "1.1.0"
tokio = { version = "1.27.0", features = ["full"] }
Expand Down
12 changes: 12 additions & 0 deletions Cranky.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
warn = [
"clippy::pedantic",
]

allow = [
"clippy::enum_variant_names",
"clippy::large_enum_variant",
"clippy::needless-pass-by-value",
"clippy::struct-excessive-bools",
"clippy::too-many-lines",
"clippy::unnecessary-wraps",
]

0 comments on commit b9f93e7

Please sign in to comment.