Merge pull request #201 from lafrenierejm/feature/enable-typos-check

Re-enable `typos` hook with `exampledir/` correctly excluded
pull/204/head
phiresky 4 months ago committed by GitHub
commit 9a73618a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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