google-style.yml in google-style-1.27.0 vs google-style.yml in google-style-1.27.1
- old
+ new
@@ -240,9 +240,13 @@
EnforcedStyle: separated
# Added in Rubocop 1.1
Style/ArgumentsForwarding:
Enabled: true
+ RedundantBlockArgumentNames: [] # To support Ruby < 3.2
+ RedundantKeywordRestArgumentNames: [] # To support Ruby < 3.2
+ RedundantRestArgumentNames: [] # To support Ruby < 3.2
+ UseAnonymousForwarding: false # To support Ruby < 3.2
# Problematic for generated code which might include unicode in comments.
Style/AsciiComments:
Enabled: false