File: .rubocop.yml

package info (click to toggle)
ruby-grape-path-helpers 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 196 kB
  • sloc: ruby: 819; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Metrics/ClassLength:
  Max: 104
  Enabled: false

Metrics/MethodLength:
  Max: 21
  Enabled: false

Style/FileName:
 Enabled: false

# Removed in newer versions of Rubocop
Lint/SplatKeywordArguments:
  Enabled: false