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 6c1c1dd commit c925877Copy full SHA for c925877
.codeclimate.yml
@@ -1,30 +1,16 @@
1
---
2
engines:
3
duplication:
4
- enabled: true
5
- config:
6
- languages:
7
- - ruby
8
- - javascript
9
- - python
10
- - php
+ enabled: false
11
eslint:
12
enabled: false
13
fixme:
14
15
- checks:
16
- TODO:
17
- enabled: false
18
scss-lint:
19
enabled: true
20
ratings:
21
paths:
22
- - "**.inc"
23
- "**.js"
24
- - "**.jsx"
25
- - "**.module"
26
- - "**.php"
27
- - "**.py"
28
- "**.rb"
29
- "_sass/**/*.scss"
30
exclude_paths: []
0 commit comments