From e79793476f90f648cb53847bdc7238460407f26b Mon Sep 17 00:00:00 2001 From: Desmond Rivet Date: Sun, 20 Sep 2015 17:34:43 -0400 Subject: [PATCH] add .codeclimate.yml file --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..1529ab8 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,2 @@ +exclude_paths: +- "test_pylint_server.py"