Skip to content

Commit b499dfd

Browse files
authored
Add fixtures to default ignores (#1384)
1 parent 5856c7c commit b499dfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qlty-config/default.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ exclude_patterns = [
55
"*_min.*",
66
"*-min.*",
77
"*.min.*",
8-
"**/*.d.ts",
98
"**/.yarn/**",
9+
"**/*.d.ts",
1010
"**/bower_components/**",
1111
"**/build/**",
1212
"**/cache/**",
@@ -16,6 +16,7 @@ exclude_patterns = [
1616
"**/dist/**",
1717
"**/extern/**",
1818
"**/external/**",
19+
"**/fixtures/**",
1920
"**/generated/**",
2021
"**/Godeps/**",
2122
"**/gradlew/**",

0 commit comments

Comments
 (0)