Skip to content

Commit 8c00f63

Browse files
Add -Wmissing-import-lists and -Wmissing-local-signatures to werrorwolf check
1 parent 0d70fcd commit 8c00f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ local: {
119119
werrorwolf = {
120120
enable = true;
121121
packages = config.coding.standards.hydra.haskellPackages;
122+
extra-flags = [ "-Wmissing-import-lists -Wmissing-local-signatures" ];
122123
} // wwpof;
123124
};
124125
}

0 commit comments

Comments
 (0)