Skip to content

Commit c925877

Browse files
committed
Disable duplication and fixme engines
1 parent 6c1c1dd commit c925877

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.codeclimate.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,16 @@
11
---
22
engines:
33
duplication:
4-
enabled: true
5-
config:
6-
languages:
7-
- ruby
8-
- javascript
9-
- python
10-
- php
4+
enabled: false
115
eslint:
126
enabled: false
137
fixme:
14-
enabled: true
15-
checks:
16-
TODO:
17-
enabled: false
8+
enabled: false
189
scss-lint:
1910
enabled: true
2011
ratings:
2112
paths:
22-
- "**.inc"
2313
- "**.js"
24-
- "**.jsx"
25-
- "**.module"
26-
- "**.php"
27-
- "**.py"
2814
- "**.rb"
2915
- "_sass/**/*.scss"
3016
exclude_paths: []

0 commit comments

Comments
 (0)