Sha256: 0ed05c37f5b1355619df5cd1061a07c92fad0e5290c6a6509bca96c610ceb606
Contents?: true
Size: 778 Bytes
Versions: 14
Compression:
Stored size: 778 Bytes
Contents
require: - rubocop-minitest - rubocop-performance - rubocop-rails - rubocop-rake - rubocop-rspec - rubocop-rspec_rails AllCops: TargetRubyVersion: 3.3.4 NewCops: enable Exclude: - '**/._*' - 'db/schema.rb' - 'lib/tools/*' - 'vendor/bundle/**/*' Layout/LineLength: AllowedPatterns: - !ruby/regexp /\A *# / Style/StringLiteralsInInterpolation: EnforcedStyle: single_quotes Style/QuotedSymbols: EnforcedStyle: single_quotes Style/StringLiterals: EnforcedStyle: single_quotes Style/FrozenStringLiteralComment: Enabled: false Style/MutableConstant: Enabled: false Style/Documentation: Enabled: false Metrics/MethodLength: CountAsOne: ['array', 'method_call'] Metrics/ClassLength: CountAsOne: ['array', 'method_call']
Version data entries
14 entries across 10 versions & 1 rubygems