Skip to content

Commit

Permalink
Add codeconv configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Feb 25, 2016
1 parent d354e1a commit 6c2af7a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,30 @@
---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- 'djangocms_page_meta/migrations/*'
- 'djangocms_page_meta/south_migrations/*'
- tests/
2 changes: 2 additions & 0 deletions .csslintrc
@@ -0,0 +1,2 @@
--exclude-exts=.min.css
--ignore=adjoining-classes,box-model,ids,order-alphabetical,unqualified-attributes

0 comments on commit 6c2af7a

Please sign in to comment.