require: - rubocop-performance - rubocop-rspec AllCops: NewCops: enable Layout/LineLength: Enabled: false Metrics/BlockLength: Exclude: - spec/**/*.rb Naming/RescuedExceptionsVariableName: PreferredName: exception Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/SymbolArray: Enabled: false