File: .rubocop.yml

package info (click to toggle)
ruby-net-ldap 0.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 648 kB
  • sloc: ruby: 4,671; sh: 54; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - 'pkg/**/*'

Layout/ExtraSpacing:
  Enabled: false

Lint/AssignmentInCondition:
  Enabled: false

Style/ParallelAssignment:
  Enabled: false

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma