Skip to content

Commit

Permalink
Merge pull request #201 from lafrenierejm/feature/enable-typos-check
Browse files Browse the repository at this point in the history
Re-enable `typos` hook with `exampledir/` correctly excluded
  • Loading branch information
phiresky authored Jan 16, 2024
2 parents 424e293 + 9cb2d4f commit 9a73618
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[default.extend-words]
als = "als"

[files]
extend-exclude = ["exampledir/*"]
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
hooks = {
nixfmt.enable = true;
rustfmt.enable = true;
typos.enable = false;
typos.enable = true;
};
};
};
Expand Down

0 comments on commit 9a73618

Please sign in to comment.