We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45aa04a commit 9a501d1Copy full SHA for 9a501d1
all_test.go
@@ -48,6 +48,7 @@ var ignoredExts = map[string]bool{
48
".md": true,
49
".yml": true,
50
".yaml": true,
51
+ ".txt": true,
52
}
53
54
var ignoredDirs = []string{
0 commit comments