Skip to content

Commit 6255200

Browse files
committed
chore: ignore docs dir for license check
1 parent 33d7ae3 commit 6255200

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/header-checker-lint.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
allowedCopyrightHolders:
2+
- 'Google LLC'
3+
allowedLicenses:
4+
- 'Apache-2.0'
5+
- 'MIT'
6+
- 'BSD-3'
7+
sourceFileExtensions:
8+
- 'ts'
9+
- 'js'
10+
- 'java'
11+
ignoreFiles:
12+
- 'docs/**'

0 commit comments

Comments
 (0)