aboutsummaryrefslogblamecommitdiffstats
path: root/.codeclimate.yml
blob: 7cdba5f7d695ba6de4673f64b371aa96ff224349 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                 
---
engines:
  duplication:
    enabled: true
    config:
      languages:
      - ruby
  fixme:
    enabled: true
  rubocop:
    enabled: true
ratings:
  paths:
  - "**.rb"
exclude_paths:
- spec/
- test/