Skip to content

Commit

Permalink
Add rubocop exclusions for Capistrano config files
Browse files Browse the repository at this point in the history
Provides exclusions for Capistrano files that may violate
file naming cops.  These exclusions can be removed if the corresponding
Bixby PR samvera/bixby#4 is accepted.
  • Loading branch information
mark-dce committed Aug 6, 2017
1 parent ce4076d commit 76a402c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ RSpec/AnyInstance:
RSpec/MultipleExpectations:
Exclude:
- 'spec/controllers/contribute_controller_spec.rb'
Style/FileName:
Exclude:
- '**/Capfile'
- '**/Gemfile'
- '**/*.rake'
- 'config/deploy/*'

0 comments on commit 76a402c

Please sign in to comment.