Skip to content

Commit

Permalink
fix: pre-commit failing due to not ignoring generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Sep 27, 2023
1 parent 50b2698 commit b5e9e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pre-commit-lib.run {
# formatter
treefmt = {
enable = true;
excludes = [ "chart/.*(yaml|yml)" "chart/README.md" ];
excludes = [ "chart/.*(yaml|yml)" "chart/README.md" "Changelog.md" "docs/developer/CommitConventions.md" ];
};

# linters From https://github.com/cachix/pre-commit-hooks.nix
Expand Down

0 comments on commit b5e9e0f

Please sign in to comment.