stylix: add editorconfig-checker pre-commit hook (#1006)
Add editorconfig-checker pre-commit hook, following commits7fc0a8716e("stylix: add editorconfig (#945)") and489833b201("treewide: give mustache files correct file extensions (#946)"). Link: https://github.com/danth/stylix/pull/1006 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
0c4ec73df6
commit
6e9927413f
4 changed files with 2080 additions and 2083 deletions
|
|
@ -132,6 +132,7 @@
|
|||
git-hooks = inputs.git-hooks.lib.${system}.run {
|
||||
hooks = {
|
||||
deadnix.enable = true;
|
||||
editorconfig-checker.enable = true;
|
||||
hlint.enable = true;
|
||||
|
||||
nixfmt-rfc-style = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue