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 26c9e58 commit 7d83333Copy full SHA for 7d83333
2 files changed
.codeclimate.yml
@@ -1,6 +1,26 @@
1
-languages:
2
- Ruby: true
3
- JavaScript: false
+---
+engines:
+ duplication:
4
+ enabled: true
5
+ config:
6
+ languages:
7
+ - ruby
8
+ - javascript
9
+ - python
10
+ - php
11
+ fixme:
12
13
+ rubocop:
14
15
+ratings:
16
+ paths:
17
+ - "**.inc"
18
+ - "**.js"
19
+ - "**.jsx"
20
+ - "**.module"
21
+ - "**.php"
22
+ - "**.py"
23
+ - "**.rb"
24
exclude_paths:
25
- example/**/*
26
- lib/sources/**/*
0 commit comments