Sha256: 615e920cdcaa6d0e1882ffddabd1a6511ef3967664529161c21d90ea21b03ac8
Contents?: true
Size: 908 Bytes
Versions: 2
Compression:
Stored size: 908 Bytes
Contents
require: - rubocop-rake - rubocop-rspec - rubocop-rubycw AllCops: TargetRubyVersion: 2.7 NewCops: enable DisplayCopNames: true DisplayStyleGuide: true ExtraDetails: true Exclude: - 'spec/dummy/**/*' - 'vendor/bundle/**/*' Style/ClassAndModuleChildren: Enabled: false Style/Lambda: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/TrailingCommaInArrayLiteral: Enabled: false Style/TrailingCommaInHashLiteral: Enabled: false Layout/LineLength: Max: 120 Exclude: - '*.gemspec' Layout/SpaceBeforeBlockBraces: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/MethodLength: Max: 15 RSpec: # DisabledByDefault Enabled: false RSpec/ContextWording: Enabled: true RSpec/VerifiedDoubles: Enabled: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activeadmin-menu_tree-0.2.3 | .rubocop.yml |
activeadmin-menu_tree-0.2.2 | .rubocop.yml |