.rubocop.yml in rubocop-md-0.1.0.pre vs .rubocop.yml in rubocop-md-0.1.0
- old
+ new
@@ -29,9 +29,12 @@
Style/ClassAndModuleChildren:
Exclude:
- 'test/**/*.rb'
+Layout/EmptyLinesAroundArguments:
+ Enabled: false
+
Layout/SpaceInsideStringInterpolation:
EnforcedStyle: no_space
Metrics/LineLength:
Max: 100