Skip to content

Commit

Permalink
Don't check '.', which disables gitignore tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 30, 2024
1 parent d72af46 commit fb6d9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/check.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ in
name = "check-editorconfig";
runtimeInputs = with pkgs; [ editorconfig-checker ];
text = ''
editorconfig-checker .
editorconfig-checker
'';
});

Expand Down

0 comments on commit fb6d9da

Please sign in to comment.