From 99ebe846c1f2aeb63d21eb2a0ddebcf751d28aae Mon Sep 17 00:00:00 2001 From: _Tradam Date: Thu, 17 Feb 2022 07:50:09 -0500 Subject: have codeclimate ignore tests + mruby-gem export --- .codeclimate.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .codeclimate.yml 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/" -- cgit v1.2.3