diff --git a/shared_rubocop.yml b/shared_rubocop.yml index 6a0c0d8..e57108a 100644 --- a/shared_rubocop.yml +++ b/shared_rubocop.yml @@ -143,3 +143,6 @@ Style/StabbyLambdaParentheses: Layout/SpaceInLambdaLiteral: Enabled: true EnforcedStyle: require_no_space + +Lint/RaiseException: + Enabled: true