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

ratings:
  paths:
  - "**.rb"

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