.rubocop.yml in xml-mapping_extensions-0.4.8 vs .rubocop.yml in xml-mapping_extensions-0.4.9

- old
+ new

@@ -9,26 +9,26 @@ # Disable problematic module documentation check (see https://github.com/bbatsov/rubocop/issues/947) Style/Documentation: Enabled: false # Allow one line around class body (Style/EmptyLines will still disallow two or more) -Style/EmptyLinesAroundClassBody: +Layout/EmptyLinesAroundClassBody: Enabled: false # Allow one line around module body (Style/EmptyLines will still disallow two or more) -Style/EmptyLinesAroundModuleBody: +Layout/EmptyLinesAroundModuleBody: Enabled: false # Allow one line around block body (Style/EmptyLines will still disallow two or more) -Style/EmptyLinesAroundBlockBody: +Layout/EmptyLinesAroundBlockBody: Enabled: false # Unclear why it's a good idea to give parameters semantically meaningless names Style/SingleLineBlockParams: Enabled: false # Produces monsters -Style/MultilineOperationIndentation: +Layout/MultilineOperationIndentation: Enabled: false # 👎 to cultural imperialism Style/AsciiComments: Enabled: false