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 bf9286d commit b2582e2Copy full SHA for b2582e2
.codeclimate.yml
@@ -1,19 +1,18 @@
1
-version: "2"
+version: '2'
2
checks:
3
method-lines:
4
config:
5
threshold: 75
6
similar-code:
7
8
- threshold:
9
- javascript: 90
+ threshold: 90
10
exclude_patterns:
11
-- "bin/*.js"
12
-- "dist/"
13
-- "docs/"
14
-- "lib/*.js"
15
-- "node_modules/"
16
-- "test-functional/"
17
-- "test/"
18
-- "webpack.config.js"
19
-- "webpack.loaders.js"
+ - 'bin/*.js'
+ - 'dist/'
+ - 'docs/'
+ - 'lib/*.js'
+ - 'node_modules/'
+ - 'test-functional/'
+ - 'test/'
+ - 'webpack.config.js'
+ - 'webpack.loaders.js'
0 commit comments