From cf9fc9804788e8a691d54c16c7ab1b658b83c9a7 Mon Sep 17 00:00:00 2001 From: Joshua Holmer Date: Thu, 7 Apr 2016 09:42:22 -0400 Subject: [PATCH] Play around with codeclimate [ci skip] --- .codeclimate.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..843ff7a8 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,18 @@ +engines: + csslint: + enabled: false + duplication: + enabled: true + config: + languages: + - rust + eslint: + enabled: false + fixme: + enabled: true +ratings: + paths: + - "**.rs" +exclude_paths: +- tests/ +- doc/