forked from graphhopper/graphhopper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.yml
36 lines (36 loc) · 1.15 KB
/
.codeclimate.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
engines:
checkstyle:
enabled: true
checks:
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck:
enabled: false
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
enabled: false
com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck:
enabled: false
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck:
enabled: false
com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck:
enabled: false
com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck:
enabled: false
com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck:
enabled: false
com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck:
enabled: false
com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck:
enabled: false
duplication:
enabled: true
config:
languages:
# it's not yet available for Java :)
- java
pmd:
enabled: true
ratings:
paths:
- "**.java"
exclude_paths:
- "web/src/main/resources/assets/"
- "**.js"