From 191e6f21b985785d7cf3ea88e2628da8580d6e1d Mon Sep 17 00:00:00 2001 From: "Jared R. Males" Date: Sun, 11 Aug 2024 22:42:00 -0700 Subject: [PATCH] Update .codacy.yaml added triple dash to make codacy ignore duplication, which is just noise for CRTP interface implementations. --- .codacy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codacy.yaml b/.codacy.yaml index 764ec1533..3661b7993 100644 --- a/.codacy.yaml +++ b/.codacy.yaml @@ -1,3 +1,4 @@ +--- exclude_paths: - '**/tests/**' - 'apps/zaberLowLevel/zaber-core-serial-c-v1.0/**'