.rubocop.yml in rubocop-md-0.3.1 vs .rubocop.yml in rubocop-md-0.3.2

- old
+ new

@@ -26,9 +26,18 @@ Style/ClassAndModuleChildren: Exclude: - 'test/**/*.rb' +Style/HashEachMethods: + Enabled: true + +Style/HashTransformKeys: + Enabled: true + +Style/HashTransformValues: + Enabled: true + Layout/EmptyLinesAroundArguments: Enabled: false Layout/SpaceInsideStringInterpolation: EnforcedStyle: no_space