Skip to content

Commit

Permalink
disable typos because they keep checking exampledir
Browse files Browse the repository at this point in the history
  • Loading branch information
phiresky committed Jan 15, 2024
1 parent 89c47eb commit 28d1f01
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,7 @@
hooks = {
nixfmt.enable = true;
rustfmt.enable = true;
typos = {
enable = true;
types = [ "text" ];
excludes = [ "exampledir/*" ];
};
typos.enable = false;
};
};
};
Expand Down

0 comments on commit 28d1f01

Please sign in to comment.