File: .codeclimate.yml

package info (click to toggle)
tmuxinator 3.3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 560 kB
  • sloc: ruby: 4,031; sh: 19; makefile: 14
file content (30 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (3)
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
28
29
30
---
engines:
  bundler-audit:
    enabled: false
  brakeman:
    enabled: false
  complexity-ruby:
    enabled: false
  duplication:
    enabled: true
    config:
      languages:
      - ruby
  fixme:
    enabled: true
    exclude_paths:
      - ".rubocop.yml"
  flog:
    enabled: true
  reek:
    enabled: false
  rubocop:
    enabled: true
    channel: rubocop-0-61-1
ratings:
  paths:
  - Gemfile.lock
  - "**.rb"
exclude_paths:
- spec/