Sha256: d1963cee3733df537eebb5072410a555b34941af2854b46763a143bfd60f38d4
Contents?: true
Size: 943 Bytes
Versions: 3
Compression:
Stored size: 943 Bytes
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2023-02-15 00:58:14 UTC using RuboCop version 1.45.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: 2 Lint/RescueException: Exclude: - 'benchmarks/lib/cli_parser.rb' - 'test/import_test.rb' # Offense count: 3 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods. Lint/UnusedMethodArgument: Exclude: - 'lib/activerecord-import/adapters/postgresql_adapter.rb' - 'lib/activerecord-import/import.rb' # Offense count: 2 Style/CombinableLoops: Exclude: - 'test/support/shared_examples/recursive_import.rb'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
activerecord-import-1.6.0 | .rubocop_todo.yml |
activerecord-import-1.5.1 | .rubocop_todo.yml |
activerecord-import-1.5.0 | .rubocop_todo.yml |