Skip to content

Commit 3724499

Browse files
[8.19] (backport #8498) Exclude NOTICE files from merge conflict detection. (#8533)
* Exclude NOTICE files from merge conflict detection. (#8498) (cherry picked from commit d3bc5d9) # Conflicts: # .pre-commit-config.yaml * Fix conflict in .pre-commit-config.yaml --------- Co-authored-by: Craig MacKenzie <[email protected]>
1 parent 5d13d69 commit 3724499

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ repos:
77
- id: check-shebang-scripts-are-executable
88
exclude: (.*/.*.(tmpl|tftpl)$)
99
- id: check-merge-conflict
10-
args: ['--assume-in-merge']
10+
args: ['--assume-in-merge']
11+
exclude: (^NOTICE.*\.txt$)

0 commit comments

Comments
 (0)