From 4c5c5b3113675503a0be189d0d63a20e65162263 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Sun, 20 Aug 2023 21:22:44 -0300 Subject: [PATCH] ci: code climate config --- .codeclimate.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..fe15008 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,6 @@ +exclude_patterns: + - "__tests__/" + - ".github/" + - "**/node_modules/" + - "build/" + - "gulpfile.js"