config/other-lint.yml in rubocop-govuk-1.0.0 vs config/other-lint.yml in rubocop-govuk-2.0.0

- old
+ new

@@ -44,10 +44,10 @@ Security/Eval: Description: 'The use of eval represents a serious security risk.' Enabled: true -Lint/HandleExceptions: +Lint/SuppressedException: Description: "Don't suppress exception." Enabled: true Lint/LiteralAsCondition: Description: 'Checks of literals used in conditions.'