Skip to content

Commit

Permalink
Merge pull request #208 from datasciencebr/cuducos-codeclimate
Browse files Browse the repository at this point in the history
Add more engines to Code Climate
  • Loading branch information
jtemporal committed Jul 5, 2017
2 parents b04bbc2 + 4968c0a commit 55515dd
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
34 changes: 30 additions & 4 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
engines:
pep8:
enabled: true

csslint:
enabled: true

duplication:
enabled: true
config:
languages:
- javascript:
- python:

eslint:
enabled: true

fixme:
enabled: true

markdownlint:
enabled: true

ratings:
paths:
- "**.py"
exclude_paths:
- jarbas/core/migrations/
paths:
- "**.css"
- "**.js"
- "**.md"
- "**.py"
- "**.sh"

exclude_paths:
- "jarbas/core/migrations/"
- "**/tests/*.py"
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pep8]
max-line-length = 120

0 comments on commit 55515dd

Please sign in to comment.