forked from davidmigloz/go-bees
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codeclimate.yml
More file actions
33 lines (31 loc) · 818 Bytes
/
.codeclimate.yml
File metadata and controls
33 lines (31 loc) · 818 Bytes
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
engines:
checkstyle: # https://docs.codeclimate.com/docs/checkstyle
enabled: true
channel: "beta"
checks:
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck:
enabled: false
fixme: # https://docs.codeclimate.com/docs/fixme
enabled: true
markdownlint: # https://docs.codeclimate.com/docs/markdownlint
enabled: true
checks:
MD003:
enabled: false
MD009:
enabled: false
MD013:
enabled: false
MD022:
enabled: false
pmd: # https://docs.codeclimate.com/docs/pmd
enabled: true
channel: "beta"
ratings:
paths:
- "**.java"
exclude_paths:
- docs/latex/**
- docs/img/**
- gradle/**
- app/src/main/res/**