Skip to content

Commit

Permalink
Merge pull request #25 from psu-libraries/fix-warning
Browse files Browse the repository at this point in the history
allcops does not support rspec
  • Loading branch information
whereismyjetpack authored Aug 1, 2022
2 parents 382fd44 + dc238b3 commit 2d1bb5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion niftany.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'niftany'
spec.version = '0.10.0'
spec.version = '0.10.1'
spec.metadata = { 'rubygems_mfa_required' => 'true' }
spec.authors = ['Adam Wead']
spec.email = ['[email protected]']
Expand Down
6 changes: 0 additions & 6 deletions niftany_rubocop_rspec.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
---
require: rubocop-rspec

AllCops:
RSpec:
Patterns:
- _spec.rb
- "(?:^|/)spec/"

Layout/MultilineBlockLayout:
Exclude:
- 'spec/**/*'
Expand Down

0 comments on commit 2d1bb5e

Please sign in to comment.