Deny warnings in 'clippy' pre-commit hook
This commit is contained in:
parent
0b9318cdf3
commit
be8024d176
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@
|
|||
hooks = {
|
||||
clippy = {
|
||||
enable = true;
|
||||
settings = {
|
||||
denyWarnings = true;
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs-fmt = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue