aboutsummaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
blob: 17fcaa436064a1a83bfa204957619b8059d784da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
engines:
  rubocop:
    enabled: true

ratings:
  paths:
  - "**.rb"

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