Skip to content

Commit 9a501d1

Browse files
authored
test: ignore .txt files for license headers (#2017)
Fixes #2016
1 parent 45aa04a commit 9a501d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

all_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ var ignoredExts = map[string]bool{
4848
".md": true,
4949
".yml": true,
5050
".yaml": true,
51+
".txt": true,
5152
}
5253

5354
var ignoredDirs = []string{

0 commit comments

Comments
 (0)