From 1a6d56d598a8919f03ce2554fe028c76e28b911e Mon Sep 17 00:00:00 2001 From: Rodolfo Aguirre Date: Mon, 30 Oct 2023 23:55:08 -0700 Subject: [PATCH] chore: reenable markdown analysis and fix exclude path (#42) Fix exclude path Co-authored-by: = <=> --- .codacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codacy.yml b/.codacy.yml index 8f87c28..3d1ea51 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -5,4 +5,4 @@ engines: - "**/*.test.ts" remark-lint: exclude_paths: - - "./CHANGELOG.md" + - "**/CHANGELOG.md"