Skip to content

Commit

Permalink
exclude objdump.indexed_start_internal.txt from pre-commit
Browse files Browse the repository at this point in the history
pre-commit complains about trailing whitespaces, this is a false
positive, since in this case they are part of the formatting
  • Loading branch information
lievenhey committed Nov 28, 2023
1 parent a042f06 commit a05cc6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repos:
rev: v4.3.0
hooks:
- id: trailing-whitespace
exclude: (tests/modeltests/disassembly/)
- id: end-of-file-fixer
- id: check-added-large-files
args: ['--maxkb=1000']
Expand Down

0 comments on commit a05cc6d

Please sign in to comment.