Sha256: 39a28052ad102417b86dfbf24ee25d7a8a167ac3222dea3d89a1274683a80120

Contents?: true

Size: 1.75 KB

Versions: 4

Compression:

Stored size: 1.75 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-12-16 10:22:17 UTC using RuboCop version 1.39.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
  Max: 147
  Exclude:
    - 'lib/csvbuilder/core/concerns/attributes_base.rb'

# Offense count: 1
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
  Max: 6

# Offense count: 4
RSpec/MultipleExpectations:
  Max: 3

# Offense count: 1
# Configuration parameters: AllowedPatterns.
# AllowedPatterns: ^expect_, ^assert_
RSpec/NoExpectationExample:
  Exclude:
    - 'spec/support/shared_examples/methods/define_attribute_method.rb'

# Offense count: 7
# Configuration parameters: AllowedConstants.
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/csvbuilder/core/concerns/attributes_base.rb'
    - 'lib/csvbuilder/core/concerns/model/attributes.rb'
    - 'lib/csvbuilder/core/concerns/model/base.rb'
    - 'lib/csvbuilder/core/concerns/proxy.rb'
    - 'lib/csvbuilder/core/internal/attribute_base.rb'
    - 'lib/csvbuilder/core/internal/concerns/column_shared.rb'
    - 'lib/csvbuilder/core/internal/model/header.rb'

# Offense count: 3
Style/OpenStructUse:
  Exclude:
    - 'lib/csvbuilder/core/concerns/model/base.rb'
    - 'lib/csvbuilder/core/internal/model/header.rb'
    - 'spec/support/fixtures/concerns/basic_attributes.rb'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
csvbuilder-core-0.1.3 .rubocop_todo.yml
csvbuilder-core-0.1.2 .rubocop_todo.yml
csvbuilder-core-0.1.1 .rubocop_todo.yml
csvbuilder-core-0.1.0 .rubocop_todo.yml