google-style.yml in google-style-1.26.2 vs google-style.yml in google-style-1.26.3
- old
+ new
@@ -72,9 +72,15 @@
# Added in Rubocop 1.31
Lint/ConstantOverwrittenInRescue:
Enabled: true
+# Samples often use Kernel#p which Lint/Debugger doesn't like.
+Lint/Debugger:
+ Exclude:
+ - "samples/**/*.rb"
+ - "snippets/**/*.rb"
+
# Added in Rubocop 1.8
Lint/DeprecatedConstants:
Enabled: true
# Added in Rubocop 1.3