.rubocop.yml in paperweight-1.2.0 vs .rubocop.yml in paperweight-1.2.1
- old
+ new
@@ -1,4 +1,7 @@
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
TargetRubyVersion: 2.6
+
+Naming/RescuedExceptionsVariableName:
+ Enabled: false
- old
+ new