From 55ffb3118d1a37e196411189495fba0867cca537 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Mon, 31 Oct 2022 14:57:44 -0400 Subject: [PATCH] exclude declaration files --- .codeclimate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index feab0477..57ffcfc5 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -13,4 +13,5 @@ exclude_patterns: - "cypress/" - "**/node_modules/" - "temp/" -- "test/" \ No newline at end of file +- "test/" +- "**/*.d.ts" \ No newline at end of file