Skip to content

Commit

Permalink
fixup! Ignore newline absence in golden tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WoWaster committed Oct 17, 2024
1 parent 83adf3d commit 04f73ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: ".*\\.lml_golden"
exclude: ".*\\.lml\\.ast"
- id: check-yaml
- id: fix-byte-order-marker
- id: mixed-line-ending

0 comments on commit 04f73ec

Please sign in to comment.