require: - rubocop-performance AllCops: NewCops: enable Exclude: - bin/**/* - db/schema.rb - db/migrate/*.rb - node_modules/**/* - tmp/**/* - vendor/gems/**/* Style/Documentation: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes