From e025dc2dc5213a6d17cc1d005824f13f60938fe4 Mon Sep 17 00:00:00 2001 From: Sean Callan Date: Tue, 25 Jun 2024 07:39:04 -0400 Subject: [PATCH] fix: Fix failing credo check --- lib/jsonapi/view.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/jsonapi/view.ex b/lib/jsonapi/view.ex index 4fc4bc98..4b007ba0 100644 --- a/lib/jsonapi/view.ex +++ b/lib/jsonapi/view.ex @@ -1,3 +1,4 @@ +# credo:disable-for-this-file Credo.Check.Refactor.LongQuoteBlocks defmodule JSONAPI.View do @moduledoc """ A View is simply a module that defines certain callbacks to configure proper