Skip to content

Commit

Permalink
Adds codeclimate config file to exclude static files dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmo committed Jan 13, 2017
1 parent caad740 commit 5de1077
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
languages:
Python: true

exclude_paths:
- "lists/static/"

0 comments on commit 5de1077

Please sign in to comment.