cookbook-openstack-ops-mess.../spec/.rubocop.yml

8 lines
142 B
YAML

# embedded attributes make for long lines
LineLength:
Enabled: false
# Allow small arrays before forcing %w or %W
WordArray:
MinSize: 3