.rubocop.yml in parliament-ruby-0.5.19 vs .rubocop.yml in parliament-ruby-0.6.0
- old
+ new
@@ -1,10 +1,8 @@
Metrics/LineLength:
Description: 'Limit lines to 120 characters.'
Max: 120
-
-Style/Documentation:
- Enabled: false
+ IgnoredPatterns: ['\A#', '\A([ ]{2}|[ ]{4})#']
Style/SpaceBeforeFirstArg:
Enabled: false
Style/BracesAroundHashParameters: