- a ci workflow for build tests - run pre-commit against all files Reviewed-on: #342
14 lines
173 B
YAML
14 lines
173 B
YAML
# .rubocop.yml
|
|
|
|
Style/ClassAndModuleChildren:
|
|
EnforcedStyle: compact
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Layout/LineLength:
|
|
Max: 140
|
|
|
|
Metrics/BlockNesting:
|
|
Max: 4
|