File: .rubocop.yml

package info (click to toggle)
ruby-pathspec 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 248 kB
  • sloc: ruby: 1,037; makefile: 9; sh: 5
file content (16 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 3.2
  NewCops: enable

Style/NumericPredicate:
  Enabled: false

Layout/ClosingHeredocIndentation:
  Enabled: false
  
# This rule is silly  
# https://github.com/rubocop/rubocop/issues/10080
Lint/AmbiguousOperatorPrecedence:
  Enabled: false