We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5936a commit 4cc533cCopy full SHA for 4cc533c
.codeclimate.yml
@@ -0,0 +1,27 @@
1
+---
2
+engines:
3
+ duplication:
4
+ enabled: true
5
+ config:
6
+ languages:
7
+ - ruby
8
+ - javascript
9
+ - python
10
+ - php
11
+ eslint:
12
13
+ fixme:
14
15
+ratings:
16
+ paths:
17
+ - "**.inc"
18
+ - "**.js"
19
+ - "**.jsx"
20
+ - "**.module"
21
+ - "**.php"
22
+ - "**.py"
23
+ - "**.rb"
24
+exclude_paths:
25
+- dist/
26
+- test/
27
+- src/grammar-parser/
.eslintignore
@@ -0,0 +1 @@
+**/*{.,-}min.js
0 commit comments