.rubocop.yml in peppermint-0.1.12 vs .rubocop.yml in peppermint-0.1.13
- old
+ new
@@ -22,9 +22,11 @@
standard-custom: config/base.yml
# custom enables/disables
Layout/LineLength:
Enabled: false
+Layout/EmptyLineBetweenDefs:
+ AllowAdjacentOneLineDefs: true
Style/DisableCopsWithinSourceCodeDirective:
Enabled: true
Rake/Desc:
Enabled: false
RSpec/MultipleExpectations: