Sha256: 773bf9ee36f13273d34748a8bc5998dc43a2af36d6d944eed3ebf4d896cc6807

Contents?: true

Size: 1.33 KB

Versions: 11

Compression:

Stored size: 1.33 KB

Contents

---

AllCops:
  DisabledByDefault: true
  TargetRubyVersion: 3.0


Metrics/BlockLength:
  Max: 100
  Exclude:
    - config/routes.rb
    - config/initializers/*
    - spec/**/*_spec.rb
    - spec/factories.rb
    - lib/tasks/*.rake

# metrics and documentation. code is complex as it needs to be,
# and docs shouldn't be required. add them when needed.
Metrics/AbcSize:
  Enabled: false
Layout/LineLength:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Metrics/ParameterLists:
  Max: 7
  CountKeywordArgs: false
Style/Documentation:
  Enabled: false

# differences from standard ruby style guide.
Style/RegexpLiteral:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma
Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma
Layout/FirstArrayElementIndentation:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Style/NumericPredicate:
  Enabled: false
Style/FormatStringToken:
  Enabled: false
Style/MultilineBlockChain:
  Enabled: false
Style/IfUnlessModifier:
  Enabled: false
Layout/BlockAlignment:
  EnforcedStyleAlignWith: start_of_block

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bibliothecary-12.0.0 .rubocop.yml
bibliothecary-11.0.1 .rubocop.yml
bibliothecary-11.0.0 .rubocop.yml
bibliothecary-10.2.4 .rubocop.yml
bibliothecary-10.2.3 .rubocop.yml
bibliothecary-10.2.2 .rubocop.yml
bibliothecary-10.2.0 .rubocop.yml
bibliothecary-10.1.0 .rubocop.yml
bibliothecary-10.0.0 .rubocop.yml
bibliothecary-9.1.0 .rubocop.yml
bibliothecary-9.0.0 .rubocop.yml