.rubocop.yml in roqua-healthy-1.5.11 vs .rubocop.yml in roqua-healthy-1.5.12

- old
+ new

@@ -29,5 +29,8 @@ Naming/FileName: Exclude: - Appraisals +# No, I don't want to call my exceptions 'e' instead of 'exception' or 'error'. +Naming/RescuedExceptionsVariableName: + Enabled: false