1 files changed, 3 insertions(+), 0 deletions(-)
M .rubocop.yml
M .rubocop.yml => .rubocop.yml +3 -0
@@ 80,6 80,9 @@ Style/MethodName:
Style/RegexpLiteral:
AllowInnerSlashes: true
+Style/RescueStandardError:
+ EnforcedStyle: implicit
+
Style/SpecialGlobalVars:
EnforcedStyle: use_perl_names