Skip to content

Commit b2582e2

Browse files
committed
Revise code-climate config
Update simliar-code threshold
1 parent bf9286d commit b2582e2

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.codeclimate.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
version: "2"
1+
version: '2'
22
checks:
33
method-lines:
44
config:
55
threshold: 75
66
similar-code:
77
config:
8-
threshold:
9-
javascript: 90
8+
threshold: 90
109
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"
10+
- 'bin/*.js'
11+
- 'dist/'
12+
- 'docs/'
13+
- 'lib/*.js'
14+
- 'node_modules/'
15+
- 'test-functional/'
16+
- 'test/'
17+
- 'webpack.config.js'
18+
- 'webpack.loaders.js'

0 commit comments

Comments
 (0)