Skip to content

Commit

Permalink
remove redundant doc exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed May 1, 2019
1 parent b30da1a commit 3f9643e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@ Style/DocumentationMethod:
Exclude:
- 'spec/**/*.rb'
- 'app/mailers/proposals_mailer.rb'
- 'app/mailers/application_mailer.rb'
- 'app/models/proposal.rb'
- 'app/models/interaction.rb'
- 'app/models/application_record.rb'
- 'app/models/concerns/vote_counter.rb'
- 'app/models/concerns/github_pull_request.rb'
- 'app/models/concerns/github_issue.rb'
Expand All @@ -88,7 +86,6 @@ Style/DocumentationMethod:
- 'app/jobs/close_proposal_job.rb'
- 'app/jobs/vote_counter_job.rb'
- 'app/jobs/create_proposal_job.rb'
- 'app/controllers/application_controller.rb'
- 'app/controllers/proposals_controller.rb'
- 'app/controllers/users_controller.rb'
- 'app/controllers/users/omniauth_callbacks_controller.rb'
Expand Down

0 comments on commit 3f9643e

Please sign in to comment.