Compare commits

...

2 Commits

Author SHA1 Message Date
phiresky 9a73618a8f
Merge pull request #201 from lafrenierejm/feature/enable-typos-check
Re-enable `typos` hook with `exampledir/` correctly excluded
4 months ago
Joseph LaFreniere 9cb2d4ff2f
Re-enable `typos` hook with `exampledir/` correctly excluded
This effectively reverts commit 28d1f014aa.
4 months ago

@ -1,2 +1,5 @@
[default.extend-words]
als = "als"
[files]
extend-exclude = ["exampledir/*"]

@ -114,7 +114,7 @@
hooks = {
nixfmt.enable = true;
rustfmt.enable = true;
typos.enable = false;
typos.enable = true;
};
};
};

Loading…
Cancel
Save