3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

Add .codeclimate.yml

This commit is contained in:
James Lu 2016-06-08 07:52:21 -07:00
parent 8f2dadb247
commit 3869c06991

13
.codeclimate.yml Normal file
View File

@ -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