From 7448378f64a01ea761eb11032cd239945bcf40af Mon Sep 17 00:00:00 2001 From: Tomasz Tomczyk Date: Fri, 24 May 2024 14:36:59 +0100 Subject: [PATCH] One more path --- lib/credo/check/warning/wrong_test_file_extension.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/credo/check/warning/wrong_test_file_extension.ex b/lib/credo/check/warning/wrong_test_file_extension.ex index 5e87296f0..8aa03701c 100644 --- a/lib/credo/check/warning/wrong_test_file_extension.ex +++ b/lib/credo/check/warning/wrong_test_file_extension.ex @@ -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: """