Sha256: 2e111773730fda7f14e31761212821214118ecb67502f087ca41cd8fb6fbe6cd
Contents?: true
Size: 1006 Bytes
Versions: 3
Compression:
Stored size: 1006 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' Naming/FileName: Exclude: - 'lib/activerecord-import.rb'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
activerecord-import-2.0.0 | .rubocop_todo.yml |
activerecord-import-1.8.1 | .rubocop_todo.yml |
activerecord-import-1.8.0 | .rubocop_todo.yml |