Skip to content

Commit

Permalink
Remove paths from duplication analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
dieggofaustino committed Aug 24, 2017
1 parent 4f1d611 commit 8b3af21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ engines:
languages:
- ruby
- javascript
exclude_paths:
- 'app/controllers/stories_controller.rb'
- 'app/controllers/teams_controller.rb'
- 'app/controllers/projects_controller.rb'
- 'app/api/v1/projects.rb'
- 'app/api/v1/teams.rb'
- 'app/operations/story_operations/state_change_notification.rb'
exclude_paths:
- "Gemfile.lock"
- "db/schema.rb"
Expand Down

0 comments on commit 8b3af21

Please sign in to comment.