aboutsummaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
blob: 1f0f067c5b924b2520ce7f35716444e6b0c101ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
engines:
  rubocop:
    enabled: true
    channel: rubocop-0-51

ratings:
  paths:
  - "**.rb"

exclude_paths:
  - ci/
  - guides/
  - tasks/
  - tools/