Sha256: b6c6be901e48a78dbd0d85dd3498f2851ef16c25a87ac136a05f58a8321cb69d
Contents?: true
Size: 677 Bytes
Versions: 1
Compression:
Stored size: 677 Bytes
Contents
inherit_from: .rubocop_todo.yml require: - rubocop-rake - rubocop-rspec AllCops: TargetRubyVersion: 2.4 Layout/LineLength: Enabled: false Metrics: Enabled: false Style/StringLiterals: Enabled: false Style/AccessModifierDeclarations: EnforcedStyle: inline Style/NumericPredicate: Enabled: false Style/RedundantPercentQ: Exclude: - '*.gemspec' Style/ModuleFunction: Enabled: false Style/Documentation: Enabled: false Style/PercentLiteralDelimiters: Exclude: - '*.gemspec' Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma RSpec/ExampleLength: Enabled: false Naming/FileName: Exclude: - 'lib/rubocop-rake.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-rake-0.5.1 | .rubocop.yml |