File: .rubocop.yml

package info (click to toggle)
ruby-character-set 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: ansic: 2,597; ruby: 1,290; makefile: 7; sh: 4
file content (20 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AllCops:
  Exclude:
    - '**/doc/*'
    - '**/pkg/*'
    - '**/spec/ruby-spec/**/*'
    - '**/vendor/**/*' # vendored dependencies
  NewCops: enable
  RubyInterpreters:
    - ruby
    - rake
  TargetRubyVersion: 2.5 # really 2.1, but 2.5 is lowest supported by rubocop

Lint/AmbiguousOperatorPrecedence:
  Enabled: false

Lint/AmbiguousRegexpLiteral:
  Enabled: false

Metrics:
  Enabled: false