Skip to content

Commit

Permalink
explicitly include code for analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Nov 28, 2015
1 parent abb42a6 commit 07358fc
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
engines:
radon:
radon:
enabled: true
pep8:
enabled: true
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
checks:
bug:
enabled: true
pep8:
enabled: true
duplication:
enabled: true
config:
languages:
- python

ratings:
paths:
-"**.py"

paths:
- "tlslite/**"
- "**.py"
exclude_paths:
- "tests/**/*"
- "scripts/**/*"
Expand Down

0 comments on commit 07358fc

Please sign in to comment.