Skip to content

Commit fe2f2e1

Browse files
tests: exclude test fixtures from the linting task
1 parent a8728c0 commit fe2f2e1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.jscsrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
"maximumLineLength": {
1919
"value": 80,
2020
"allowUrlComments": true
21-
}
21+
},
22+
"excludeFiles": [
23+
"system-test/data/*",
24+
"test/testdata/*"
25+
]
2226
}

0 commit comments

Comments
 (0)