Skip to content

Commit

Permalink
Enable codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
patrys committed Apr 7, 2017
1 parent 2921078 commit 1e41ee8
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@
engines:
eslint:
enabled: true
pep8:
enabled: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.py[cod]
.*
!.babelrc
!.codeclimate.yml
!.coveragerc
!.dockerignore
!.flowconfig
Expand Down
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@ exclude =
node_modules/,
*/migrations/
ignore = H101,H238,H301,H306

[pep8]
exclude =
.*/,
__pycache__/,
docs/,
node_modules/,
*/migrations/
ignore = H101,H238,H301,H306

0 comments on commit 1e41ee8

Please sign in to comment.