summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
author_Tradam <[email protected]>2022-02-17 07:50:09 -0500
committerGitHub <[email protected]>2022-02-17 07:50:09 -0500
commit99ebe846c1f2aeb63d21eb2a0ddebcf751d28aae (patch)
treef0822692d8379b1cc2b51173f26f1ea5a6f1cfe6
parentf3ef0fe89345a719fcb69220f0c36fced47ef762 (diff)
downloadFelECS-99ebe846c1f2aeb63d21eb2a0ddebcf751d28aae.tar.gz
FelECS-99ebe846c1f2aeb63d21eb2a0ddebcf751d28aae.zip
have codeclimate ignore tests + mruby-gem export
-rw-r--r--.codeclimate.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 0000000..2089409
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,3 @@
+exclude_patterns:
+- "mrbgem/"
+- "spec/"