config/rubocop.yml in deka_eiwakun-0.5.0 vs config/rubocop.yml in deka_eiwakun-0.53.0.0

- old
+ new

@@ -13,9 +13,15 @@ SpaceBeforeBlockParameters: false Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space +Naming/UncommunicativeBlockParamName: + Enabled: false + +Naming/UncommunicativeMethodParamName: + Enabled: false + Naming/VariableName: EnforcedStyle: snake_case Enabled: true Style/AsciiComments: