From 34db9383d80f7866a1e0a098b23a8468b5b62d35 Mon Sep 17 00:00:00 2001 From: Mat Trudel Date: Wed, 27 Dec 2023 21:09:55 -0500 Subject: [PATCH] Disable credo false positive --- lib/machete/matchers/is_a_matcher.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/machete/matchers/is_a_matcher.ex b/lib/machete/matchers/is_a_matcher.ex index 588b2cf..bf8b030 100644 --- a/lib/machete/matchers/is_a_matcher.ex +++ b/lib/machete/matchers/is_a_matcher.ex @@ -1,3 +1,4 @@ +# credo:disable-for-this-file Credo.Check.Readability.PredicateFunctionNames defmodule Machete.IsAMatcher do @moduledoc """ Defines a matcher that matches againt a type of struct