File: .rubocop.yml

package info (click to toggle)
ruby-dry-container 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 236 kB
  • sloc: ruby: 976; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated by `rubocop --auto-gen-config`
inherit_from: .rubocop_todo.yml

Metrics/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Lint/HandleExceptions:
  Exclude:
    - rakelib/*.rake

Lint/NestedMethodDefinition:
  Exclude:
    - lib/dry/container/mixin.rb

Metrics/MethodLength:
  Exclude:
    - lib/dry/container/mixin.rb

Style/FileName:
  Exclude:
    - lib/dry-container.rb