.rubocop.yml in routemaster-drain-2.5.0 vs .rubocop.yml in routemaster-drain-2.5.1
- old
+ new
@@ -714,10 +714,10 @@
Description: >-
Use \ instead of + or << to concatenate two string literals at
line end.
Enabled: false
-Style/MethodCallParentheses:
+Style/MethodCallWithoutArgsParentheses:
Description: 'Do not use parentheses for method calls with no arguments.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-args-no-parens'
Enabled: false
Style/MethodDefParentheses: