From 006f442cd0bdedb386acf328146b630887a88f84 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Fri, 17 May 2024 09:57:07 +0200 Subject: [PATCH] Update `.ecrc.json` to exclude `CONTRIBUTORS.md` (#4020) --- test/linting/.ecrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/linting/.ecrc.json b/test/linting/.ecrc.json index 374615fe..44d501ba 100644 --- a/test/linting/.ecrc.json +++ b/test/linting/.ecrc.json @@ -3,6 +3,7 @@ "Exclude": [ "^test/bats/", "^test/test_helper/bats-(assert|support)", - "\\.git/" + "\\.git/", + "CONTRIBUTORS\\.md" ] }