We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26436db commit dc311a1Copy full SHA for dc311a1
.codeclimate.yml
@@ -0,0 +1,38 @@
1
+---
2
+engines:
3
+ brakeman:
4
+ enabled: true
5
+ bundler-audit:
6
7
+ csslint:
8
+ enabled: false
9
+ duplication:
10
11
+ config:
12
+ languages:
13
+ - ruby
14
+ eslint:
15
16
+ fixme:
17
18
+ rubocop:
19
20
+ratings:
21
+ paths:
22
+ - Gemfile.lock
23
+ - "**.erb"
24
+ - "**.haml"
25
+ - "**.rb"
26
+ - "**.rhtml"
27
+ - "**.slim"
28
+ - "**.css"
29
+ - "**.inc"
30
+ - "**.js"
31
+ - "**.jsx"
32
+ - "**.module"
33
+ - "**.php"
34
+ - "**.py"
35
+exclude_paths:
36
+- config/
37
+- test/
38
+- app/assets
0 commit comments