Sha256: e6843752c052c6b9b424db2362f5a6b71621d810a2e4730ed75dcbccd82b9da6
Contents?: true
Size: 986 Bytes
Versions: 1
Compression:
Stored size: 986 Bytes
Contents
inherit_from: .rubocop_todo.yml require: - rubocop/cop/internal_affairs - rubocop-rake - rubocop-rspec AllCops: TargetRubyVersion: 2.5 InternalAffairs/NodeMatcherDirective: Enabled: false 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' # This disabling is a workaround for https://github.com/rubocop-hq/rubocop-rspec/issues/1068. # The cop has been disabled because FactoryBot is not used in this repository. RSpec/FactoryBot/CreateList: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-rake-0.6.0 | .rubocop.yml |