Skip to content

Commit

Permalink
Add anothers engines on Codeclimate and remove unnecessary files from…
Browse files Browse the repository at this point in the history
… analysis
  • Loading branch information
dieggofaustino committed Jun 21, 2017
1 parent e575992 commit 5eb6f3d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
engines:
bundler-audit:
enabled: true
flog:
enabled: true
flay:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
eslint:
enabled: true
exclude_paths:
- "Gemfile.lock"
- "db/schema.rb"
- "db/migrate/*.rb"
- "Gemfile.lock"
- "db/schema.rb"
- "db/migrate/*.rb"
- "spec/"
- "fixtures/"
- "doc/"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]
### Added
- Story History is now able to listen for changes on the story
- Codeclimate file with engines and removed files from analysis

### Changed
- story type select to react component
Expand Down

0 comments on commit 5eb6f3d

Please sign in to comment.