diabled check for Unused argument

This commit is contained in:
Sebastian Wendel 2022-12-26 20:42:11 +01:00
parent 6b22151f69
commit 9aa1b05b7d
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -25,7 +25,6 @@ with self.pkgs.${system}; {
"SetLiteralUpdate"
"UnfortunateArgName"
"UnneededRec"
"UnusedArg"
"UnusedLetBind"
"UpdateEmptySet"
"BetaReduction"