# 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'