From 3869c069919bbc928e54dd6e748d62c5167f2617 Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 8 Jun 2016 07:52:21 -0700 Subject: [PATCH] Add .codeclimate.yml --- .codeclimate.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..7f6cb1d --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,13 @@ +# This file is used for the configuration of https://codeclimate.com/github/GLolol/PyLink/ +# You needn't change this if you're running your own copy of PyLink. + +engines: + duplication: + enabled: true + config: + languages: + - python + pep8: + enabled: true + fixme: + enabled: true