Sha256: afd95cee4185702f501c7d734e861a22b14b5671afcb73bed73f1d851fcee255
Contents?: true
Size: 908 Bytes
Versions: 1
Compression:
Stored size: 908 Bytes
Contents
require: - rubocop-rake - rubocop-rspec - rubocop-rubycw AllCops: TargetRubyVersion: 3.0 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activeadmin-menu_tree-0.3.0 | .rubocop.yml |