We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab963ad commit f3b50cfCopy full SHA for f3b50cf
nix/default.nix
@@ -86,7 +86,7 @@ in (import sources.nixpkgs
86
# default_stages = ["manual" "push"];
87
hooks = {
88
stylish-haskell.enable = true;
89
- stylish-haskell.excludes = [ "^Setup.hs$" "test/testdata/.*$" "test/data/.*$" "^hie-compat/.*$" "^plugins/hls-tactics-plugin/.*$" ];
+ stylish-haskell.excludes = [ "^Setup.hs$" "test/testdata/.*$" "test/data/.*$" "test/manual/lhs/.*$" "^hie-compat/.*$" "^plugins/hls-tactics-plugin/.*$" ];
90
};
91
92
}
0 commit comments