Skip to content

Commit

Permalink
fix codeclimate folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Seemann committed Jun 16, 2019
1 parent d4c67ec commit 7f5a341
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,17 @@ engines:
enabled: true
config:
languages:
- javascript
- javascript
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
- "**.ts"
- "**.scss"
- "**.js"
- "**.module"
- "**.ts"
exclude_paths:
- config/
- dev-scripts
- scripts
- src/app
- src/scss
- typings
- angular-cli.json
- angular-cli-build.js
- src/prism.css
- scripts
- projects/demo

0 comments on commit 7f5a341

Please sign in to comment.