Skip to content

Commit

Permalink
Added codacy.com config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Jun 4, 2017
1 parent 7162266 commit add7f5b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
engines:
pylint:
enabled: true
python_version: 2

exclude_paths:
- "tests/"
- "examples/"
- "admin/"
- "dev/"
- "images/"
- "conf/"
- "doc/"
- "lib/cherrypy/"
- "lib/jinja2/"
- "lib/markupsafe/"
- "lib/xdot.py"

0 comments on commit add7f5b

Please sign in to comment.