diff --git a/.rubocop.yml b/.rubocop.yml index f3094a3..d1386d6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -9,6 +9,9 @@ AllCops: Exclude: - vendor/**/* +Performance/StringIdentifierArgument: + Enabled: false + Metrics/BlockLength: Exclude: - "spec/**/*_spec.rb"