Skip to content

Commit

Permalink
Disable Bundler/GemComment version specifier checks (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jturkel committed Mar 19, 2021
1 parent a0f7baa commit d47114f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# salsify_rubocop

## 1.0.2
- Disable version specifier checks for the `Bundler/GemComment` cop until https://github.com/rubocop/rubocop/pull/9358
is merged.

## 1.0.1
- Configure file exclusions for `Rails/RakeEnvironment` and `Gemspec/RequiredRubyVersion`

Expand Down
2 changes: 1 addition & 1 deletion conf/rubocop_without_rspec.yml
Expand Up @@ -10,10 +10,10 @@ AllCops:
- 'tmp/**/*'
- 'vendor/**/*'

# Don't check version_specifiers until https://github.com/rubocop/rubocop/pull/9358 merges
Bundler/GemComment:
Enabled: true
OnlyFor:
- 'version_specifiers'
- 'source'
- 'git'
- 'github'
Expand Down
2 changes: 1 addition & 1 deletion lib/salsify_rubocop/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SalsifyRubocop
VERSION = '1.0.1'
VERSION = '1.0.2'
end

0 comments on commit d47114f

Please sign in to comment.