-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.codeclimate.yml
31 lines (26 loc) · 1.02 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
# This is a sample .codeclimate.yml configured for Plugin analysis on Code
# Climate Platform. For an overview of the Code Climate Platform, see here:
# https://codeclimate.com/blog/code-climate-platform/
# Under the plugins key, you can configure which plugins will analyze your repo.
# Each key is a plugin name. For each value, you need to specify enabled: true
# to enable the plugin as well as any other plugins-specific configuration.
# For more details, see here:
# http://docs.codeclimate.com/article/289-configuring-your-repository-via-codeclimate-yml#platform
version: "2"
# For a list of all available plugins, see here:
# https://docs.codeclimate.com/docs/list-of-engines
plugins:
# to turn on a plugin, add it here and set enabled to `true`
# to turn off a plugin, set enabled to `false` or remove it
rubocop:
enabled: true
channel: rubocop-0-51
checks:
Rubocop/Metrics/LineLength:
enabled: false
bundler-audit:
enabled: true
duplication:
enabled: true
exclude_patterns:
- spec