22 lines
358 B
YAML
22 lines
358 B
YAML
# This configuration was generated by `rubocop --auto-gen-config`.
|
|
# The point is for the user to remove these configuration records
|
|
# one by one as the offences are removed from the code base.
|
|
|
|
ClassLength:
|
|
Max: 350
|
|
|
|
CyclomaticComplexity:
|
|
Max: 16
|
|
|
|
Documentation:
|
|
Enabled: false
|
|
|
|
Eval:
|
|
Enabled: false
|
|
|
|
LineLength:
|
|
Max: 174
|
|
|
|
MethodLength:
|
|
Max: 31
|