Sha256: 464c4a83d6f210c32a601ab15c92b73063c9c377a0cde9ef308824212fb129fa

Contents?: true

Size: 910 Bytes

Versions: 5

Compression:

Stored size: 910 Bytes

Contents

require: rubocop-rspec

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - Rakefile
    - coverage
    - test-reports
    - bitbucket-pipelines.yml
    - trailblazer-finder.gemspec
    - spec/trailblazer/finder/base_spec.rb
    - lib/trailblazer/operation/finder.rb

# Disables "Line is too long"
LineLength:
  Enabled: false

# Disables Module has too many lines
ModuleLength:
  Enabled: false

# Disables "Missing top-level class documentation comment"
Documentation:
  Enabled: false

# Disables "Use each_with_object instead of inject"
Style/EachWithObject:
  Enabled: false

# Disables "Prefer reduce over inject."
Style/CollectionMethods:
  Enabled: false

# Disables "Block has too many lines."
Metrics/BlockLength:
  Enabled: false

# Disables "Example has too many lines."
RSpec/ExampleLength:
  Enabled: false

# Disables "Too many expectations."
RSpec/MultipleExpectations:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
trailblazer-finder-0.1.4 .rubocop.yml
trailblazer-finder-0.1.3 .rubocop.yml
trailblazer-finder-0.1.2 .rubocop.yml
trailblazer-finder-0.1.1 .rubocop.yml
trailblazer-finder-0.1.0 .rubocop.yml