aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/.codeclimate.yml
blob: 877c67873d481312485430268ef007bf0329ef89 (plain) (blame)
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
engines:
  rubocop:
    enabled: true

ratings:
  paths:
  - "**.rb"

exclude_paths:
  - actioncable/lib/rails/generators/
  - actioncable/test/
  - actionmailer/lib/rails/generators/
  - actionmailer/test/
  - actionpack/test/
  - actionview/test/
  - activejob/lib/rails/generators/
  - activejob/test/
  - activemodel/test/
  - activerecord/lib/rails/generators/
  - activerecord/test/
  - activesupport/test/
  - railties/lib/rails/generators/
  - railties/test/
  - ci/
  - guides/
  - tasks/
  - tools/