Sha256: 41c74e06754d0369660d8abc4c229361e8ee4e2eddca03c87d495fc6b562ce62
Contents?: true
Size: 646 Bytes
Versions: 3
Compression:
Stored size: 646 Bytes
Contents
--- inherit_from: .rubocop_todo.yml require: - rubocop-rake - rubocop-rspec AllCops: AutoCorrect: true Exclude: - "bin/*" - "vendor/bundle/**/*" # when running on GH Actions NewCops: enable TargetRubyVersion: 2.7 Metrics/BlockLength: Exclude: - Guardfile - "spec/**/*" Style/TrailingCommaInArguments: EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInBlockArgs: Enabled: true Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma RSpec/Focus: AutoCorrect: false Severity: error
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maid-0.10.0 | .rubocop.yml |
maid-0.10.0.pre.alpha.3 | .rubocop.yml |
maid-0.10.0.pre.alpha.2 | .rubocop.yml |