Skip to content

Commit

Permalink
One more path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-tomczyk committed May 24, 2024
1 parent c0ebbae commit 7448378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credo/check/warning/wrong_test_file_extension.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Credo.Check.Warning.WrongTestFileExtension do
id: "EX5025",
base_priority: :high,
param_defaults: [
files: %{included: ["test/**/*_test.ex"]}
files: %{included: ["**/*_test.ex"]}
],
explanations: [
check: """
Expand Down

0 comments on commit 7448378

Please # to comment.