Sha256: 910a329e8d5cc5d4975bc814c1c261f434f669d2a2d8bae3ff62f76eb681ee8a
Contents?: true
Size: 1.87 KB
Versions: 2
Compression:
Stored size: 1.87 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude` # on 2022-06-24 15:05:43 UTC using RuboCop version 1.29.1. # 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 # Configuration parameters: Include. # Include: **/*.gemspec Gemspec/RequiredRubyVersion: Exclude: - 'tabled.gemspec' # Offense count: 3 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes, Max. Metrics/AbcSize: Exclude: - 'lib/content_shaper.rb' - 'lib/helpers.rb' # Offense count: 3 # Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods, IgnoredMethods. # IgnoredMethods: refine Metrics/BlockLength: Exclude: - '**/*.gemspec' - 'spec/framed/tabled_spec.rb' - 'spec/non_framed/tabled_spec.rb' # Offense count: 1 # Configuration parameters: IgnoredMethods, Max. Metrics/CyclomaticComplexity: Exclude: - 'lib/helpers.rb' # Offense count: 5 # Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Exclude: - 'lib/content_shaper.rb' - 'lib/helpers.rb' - 'spec/factories/factory_data.rb' # Offense count: 1 # Configuration parameters: IgnoredMethods, Max. Metrics/PerceivedComplexity: Exclude: - 'lib/helpers.rb' # Offense count: 1 # Configuration parameters: Max, CountAsOne. RSpec/ExampleLength: Exclude: - 'spec/framed/tabled_spec.rb' # Offense count: 9 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'bin/tabled' - 'lib/content_shaper.rb' - 'lib/helpers.rb' - 'lib/parsers/csv_parser.rb' - 'lib/tabled.rb' - 'lib/template.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tabled-0.0.5 | .rubocop_todo.yml |
tabled-0.0.4 | .rubocop_todo.yml |