Skip to content

Commit

Permalink
Remove .rubocop.yml for implicit_config_path
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Sep 15, 2023
1 parent cea9c62 commit 8e84911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slimembedcop/config_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def implicit_config_path
if instance_variable_defined?(:@implicit_config_path)
@implicit_config_path
else
@implicit_config_path = %w[.slimembedcop.yml .rubocop.yml].find do |path|
@implicit_config_path = %w[.slimembedcop.yml].find do |path|
::File.exist?(path)
end
end
Expand Down

0 comments on commit 8e84911

Please sign in to comment.