Sha256: 6ce90656ef6dbf4524513204cbbf75db1ad14a4cd75e1e6bf76dc99976fd5f68
Contents?: true
Size: 551 Bytes
Versions: 2
Compression:
Stored size: 551 Bytes
Contents
--- inherit_from: .rubocop_todo.yml require: - rubocop-minitest - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 2.7 Layout/FirstArrayElementIndentation: Enabled: false Style/TrailingCommaInHashLiteral: Enabled: True EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInArrayLiteral: Enabled: True EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInArguments: Enabled: True EnforcedStyleForMultiline: comma Gemspec/RequireMFA: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
beaker-hostgenerator-2.1.0 | .rubocop.yml |
beaker-hostgenerator-2.0.0 | .rubocop.yml |