mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 12:13:06 +00:00
ci: set up clippy pre-hook
This commit is contained in:
parent
6fbbaef73b
commit
691f6647e0
1 changed files with 6 additions and 2 deletions
|
@ -55,7 +55,6 @@ winapi = "0.3.9"
|
|||
[dev-dependencies]
|
||||
assert_cmd = "1.0"
|
||||
predicates = "1"
|
||||
cargo-husky = "1"
|
||||
|
||||
[package.metadata.deb]
|
||||
section = "utility"
|
||||
|
@ -71,4 +70,9 @@ exist at the specified or default location, a blank one will be created for the
|
|||
"""
|
||||
|
||||
[package.metadata.wix]
|
||||
output = "bottom_x86_64_installer.msi"
|
||||
output = "bottom_x86_64_installer.msi"
|
||||
|
||||
[dev-dependencies.cargo-husky]
|
||||
version = "1"
|
||||
default-features = false
|
||||
features = ["precommit-hook", "run-cargo-clippy"]
|
Loading…
Reference in a new issue