Skip to content

Commit

Permalink
Merge pull request #43 from cagov/tr_disable_eof_fixer_and_yamllint
Browse files Browse the repository at this point in the history
Disable end-of-file fixer and yamllint trailing spaces rules
  • Loading branch information
britt-allen authored Sep 13, 2024
2 parents b4b3733 + e4a63d1 commit f4d01a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion {{project_name}}/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ repos:
args:
- --unsafe
- id: check-json
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
Expand Down
1 change: 1 addition & 0 deletions {{project_name}}/.yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ rules:
truthy:
allowed-values: ["true", "false"]
new-lines: disable
trailing-spaces: disable

0 comments on commit f4d01a7

Please sign in to comment.