Skip to content

Commit

Permalink
Fix rubocop linting failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Apr 11, 2024
1 parent 9e60ef1 commit f4d42e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .rubocop_todo.yml
Expand Up @@ -24,3 +24,7 @@ Lint/UnusedMethodArgument:
Style/CombinableLoops:
Exclude:
- 'test/support/shared_examples/recursive_import.rb'

Naming/FileName:
Exclude:
- 'lib/activerecord-import.rb'
1 change: 0 additions & 1 deletion lib/activerecord-import.rb
@@ -1,4 +1,3 @@
# rubocop:disable Naming/FileName
# frozen_string_literal: true

require "active_support/lazy_load_hooks"
Expand Down

0 comments on commit f4d42e1

Please sign in to comment.