From bff53c6e69b41694f6bf485b32e725fb3a10e274 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 12 Nov 2017 12:03:25 -0800 Subject: [PATCH] Remove .codeclimate.yml, practically unused This reverts commit 3869c069919bbc928e54dd6e748d62c5167f2617. --- .codeclimate.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index 7f6cb1d..0000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,13 +0,0 @@ -# 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