Skip to content

Commit 4fafd04

Browse files
committed
exclude objdump.indexed_start_internal.txt from pre-commit
pre-commit complains about trailing whitespaces, this is a false positive, since in this case they are part of the formatting
1 parent a042f06 commit 4fafd04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repos:
66
rev: v4.3.0
77
hooks:
88
- id: trailing-whitespace
9+
exclude: (objdump.indexed_start_internal.txt)
910
- id: end-of-file-fixer
1011
- id: check-added-large-files
1112
args: ['--maxkb=1000']

0 commit comments

Comments
 (0)