Skip to content

Commit f71df03

Browse files
[8.18] (backport #8498) Exclude NOTICE files from merge conflict detection. (#8531)
* 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 bdb50b5 commit f71df03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)