disabled yamllinter
This commit is contained in:
parent
0df1e7e6dd
commit
54ff0ffc1a
|
@ -11,33 +11,30 @@ with self.pkgs.${system}; {
|
||||||
hooks = {
|
hooks = {
|
||||||
alejandra.enable = true;
|
alejandra.enable = true;
|
||||||
nix-linter.enable = true;
|
nix-linter.enable = true;
|
||||||
yamllint.enable = true;
|
|
||||||
# isort.enable = true;
|
|
||||||
# black.enable = true;
|
|
||||||
# shellcheck.enable = true;
|
|
||||||
# markdownlint.enable = true;
|
|
||||||
};
|
};
|
||||||
settings.nix-linter.checks = [
|
settings = {
|
||||||
"DIYInherit"
|
nix-linter.checks = [
|
||||||
"EmptyInherit"
|
"DIYInherit"
|
||||||
"EmptyLet"
|
"EmptyInherit"
|
||||||
"EtaReduce"
|
"EmptyLet"
|
||||||
"LetInInheritRecset"
|
"EtaReduce"
|
||||||
"ListLiteralConcat"
|
"LetInInheritRecset"
|
||||||
"NegateAtom"
|
"ListLiteralConcat"
|
||||||
"SequentialLet"
|
"NegateAtom"
|
||||||
"SetLiteralUpdate"
|
"SequentialLet"
|
||||||
"UnfortunateArgName"
|
"SetLiteralUpdate"
|
||||||
"UnneededRec"
|
"UnfortunateArgName"
|
||||||
"UnusedArg"
|
"UnneededRec"
|
||||||
"UnusedLetBind"
|
"UnusedArg"
|
||||||
"UpdateEmptySet"
|
"UnusedLetBind"
|
||||||
"BetaReduction"
|
"UpdateEmptySet"
|
||||||
"EmptyVariadicParamSet"
|
"BetaReduction"
|
||||||
"UnneededAntiquote"
|
"EmptyVariadicParamSet"
|
||||||
"no-FreeLetInFunc"
|
"UnneededAntiquote"
|
||||||
"no-AlphabeticalArgs"
|
"no-FreeLetInFunc"
|
||||||
"no-AlphabeticalBindings"
|
"no-AlphabeticalArgs"
|
||||||
];
|
"no-AlphabeticalBindings"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue