Sha256: a2b85460ee3faefeb5daf0c698231fcce01a203c69f1d421426d553b3be2a768
Contents?: true
Size: 1.19 KB
Versions: 3
Compression:
Stored size: 1.19 KB
Contents
# Buckaruby RuboCop configuration require: - rubocop-performance - rubocop-rspec AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true DisplayStyleGuide: true # We target 2.3, but still want to support 2.0. Gemspec/RequiredRubyVersion: Enabled: false Metrics/AbcSize: Max: 30 Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Metrics/ClassLength: Enabled: false Metrics/CyclomaticComplexity: Max: 9 Metrics/LineLength: Enabled: false Metrics/MethodLength: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/PerceivedComplexity: Max: 9 Naming/AccessorMethodName: Enabled: false Naming/MemoizedInstanceVariableName: Enabled: false RSpec/DescribedClass: EnforcedStyle: explicit RSpec/ExampleLength: Max: 15 RSpec/MultipleExpectations: Max: 12 RSpec/NamedSubject: Enabled: false RSpec/NestedGroups: Max: 4 Style/BlockDelimiters: Exclude: - 'spec/**/*.rb' Style/ConditionalAssignment: Enabled: false Style/ExpandPathArguments: Enabled: false Style/GuardClause: Enabled: false Style/IfUnlessModifier: Enabled: false Style/StringLiterals: Enabled: false Style/SafeNavigation: Enabled: false Style/SymbolArray: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buckaruby-1.3.1 | .rubocop.yml |
buckaruby-1.3.0 | .rubocop.yml |
buckaruby-1.2.0 | .rubocop.yml |