diff --git a/.rubocop.yml b/.rubocop.yml index 4f50629..b03ca5d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -35,6 +35,10 @@ Layout/LineLength: Lint/BooleanSymbol: Enabled: false +Lint/ConstantDefinitionInBlock: + Exclude: + - "spec/**/*_spec.rb" + Lint/RaiseException: Enabled: false