# This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude` # on 2023-09-06 20:39:31 UTC using RuboCop version 1.56.2. # 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: 4 # Configuration parameters: EnforcedStyle, AllowedGems, Include. # SupportedStyles: Gemfile, gems.rb, gemspec # Include: **/*.gemspec, **/Gemfile, **/gems.rb Gemspec/DevelopmentDependencies: Exclude: - 'tabled.gemspec' # Offense count: 1 # Configuration parameters: Severity, Include. # Include: **/*.gemspec Gemspec/RequiredRubyVersion: Exclude: - 'tabled.gemspec' # Offense count: 4 # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max. Metrics/AbcSize: Exclude: - 'lib/content_shaper.rb' - 'lib/file_builders/csv_file_builder.rb' - 'lib/helpers.rb' # Offense count: 1 # Configuration parameters: AllowedMethods, AllowedPatterns, Max. Metrics/CyclomaticComplexity: Exclude: - 'lib/helpers.rb' # Offense count: 5 # Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns. Metrics/MethodLength: Exclude: - 'lib/content_shaper.rb' - 'lib/helpers.rb' - 'spec/factories/factory_data.rb' # Offense count: 1 # Configuration parameters: AllowedMethods, AllowedPatterns, Max. Metrics/PerceivedComplexity: Exclude: - 'lib/helpers.rb' # Offense count: 4 # Configuration parameters: Max, CountAsOne. RSpec/ExampleLength: Exclude: - 'spec/integration/file_builders/export_csv_spec.rb' - 'spec/integration/file_builders/export_json_spec.rb' - 'spec/unit/tabled_spec.rb' # Offense count: 1 RSpec/MultipleDescribes: Exclude: - 'spec/integration/tabled_spec.rb' # Offense count: 7 RSpec/RepeatedDescription: Exclude: - 'spec/integration/tabled_spec.rb' - 'spec/unit/tabled_spec.rb' # Offense count: 12 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'bin/tabled' - 'lib/content_shaper.rb' - 'lib/file_builders/base_file_builder.rb' - 'lib/file_builders/csv_file_builder.rb' - 'lib/file_builders/json_file_builder.rb' - 'lib/helpers.rb' - 'lib/parsers/csv_parser.rb' - 'lib/tabled.rb' - 'lib/template.rb'