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

ratings:
  paths:
  - "**.rb"

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