Sha256: f5eda4a1bc161060cf36c808a1ac82e9b0263b5724699fe73b10ed45f5dabb9f
Contents?: true
Size: 848 Bytes
Versions: 1
Compression:
Stored size: 848 Bytes
Contents
require: - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: TargetRubyVersion: 2.6 NewCops: enable Exclude: - bin/* - vendor/**/* Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/NumericLiterals: Enabled: false Layout/LineLength: Max: 120 Layout/EmptyLinesAroundBlockBody: Enabled: false Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines_except_namespace Layout/EmptyLinesAroundModuleBody: EnforcedStyle: empty_lines_except_namespace Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Metrics/BlockLength: Exclude: - "spec/**/*_spec.rb" Metrics/MethodLength: Max: 20 RSpec/MultipleExpectations: Enabled: false RSpec/DescribedClass: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
crockford-0.1.0 | .rubocop.yml |