Sha256: f66122a67b6cca8ac97a8fbe3f87ab714ffab2300bb9a004b6146f6d9f09869a
Contents?: true
Size: 521 Bytes
Versions: 3
Compression:
Stored size: 521 Bytes
Contents
inherit_from: .rubocop_todo.yml require: - rubocop-performance - rubocop-rspec AllCops: TargetRubyVersion: 3.0 NewCops: enable Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 Exclude: - current_session.gemspec Metrics/BlockLength: Enabled: false Style/EmptyMethod: Enabled: false Lint/EmptyBlock: Enabled: false RSpec/MultipleExpectations: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
current_session-0.1.4 | .rubocop.yml |
current_session-0.1.3 | .rubocop.yml |
current_session-0.1.2 | .rubocop.yml |