Skip to content

Commit 28d1f01

Browse files
committed
disable typos because they keep checking exampledir
1 parent 89c47eb commit 28d1f01

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,7 @@
114114
hooks = {
115115
nixfmt.enable = true;
116116
rustfmt.enable = true;
117-
typos = {
118-
enable = true;
119-
types = [ "text" ];
120-
excludes = [ "exampledir/*" ];
121-
};
117+
typos.enable = false;
122118
};
123119
};
124120
};

0 commit comments

Comments
 (0)