Skip to content

Commit 20cf6fc

Browse files
authored
chore(codeclimate): update the config file
1 parent cf6dc72 commit 20cf6fc

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.codeclimate.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
engines:
2-
duplication:
3-
enabled: true
4-
config:
5-
languages:
6-
- javascript
1+
version: '2'
2+
plugins:
73
tslint:
84
enabled: true
5+
config: tslint.json
6+
nodesecurity:
7+
enabled: true
98
fixme:
109
enabled: true
11-
ratings:
12-
paths:
13-
- 'projects/ng-dynamic-component/src/lib/**/*.ts'
10+
editorconfig:
11+
enabled: true
1412
exclude_patterns:
1513
- '**.*'
16-
- '!projects/ng-dynamic-component/src/lib/**/*.ts'
14+
- '!projects/ng-dynamic-component/src/**/*.ts'
15+
- 'projects/ng-dynamic-component/src/**/*.spec.ts'

0 commit comments

Comments
 (0)