From ee168bcbfbb4bc5d444498c0acf6fb1452e9e102 Mon Sep 17 00:00:00 2001 From: Paul Mackay Date: Mon, 8 Feb 2016 21:07:42 +0000 Subject: [PATCH] Add codeclimate config file --- .codeclimate.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000000..ff16aa8f10 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,11 @@ +engines: + rubocop: + enabled: true +ratings: + paths: + - app/** + - lib/** + - "**.rb" +exclude_paths: +- spec/**/* +- vendor/**/* \ No newline at end of file