diabled check for Unused argument

This commit is contained in:
Sebastian Wendel 2022-12-26 20:43:46 +01:00
parent 9aa1b05b7d
commit 5813a9f14d
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -11,7 +11,7 @@ with self.pkgs.${system}; {
hooks = {
alejandra.enable = true;
nix-linter.enable = true;
statix .enable = true;
statix.enable = true;
};
settings.nix-linter.checks = [
"DIYInherit"
@ -24,7 +24,6 @@ with self.pkgs.${system}; {
"SequentialLet"
"SetLiteralUpdate"
"UnfortunateArgName"
"UnneededRec"
"UnusedLetBind"
"UpdateEmptySet"
"BetaReduction"