Skip to content

Commit

Permalink
Configure Cops for Embedded Manifest Gem (#54)
Browse files Browse the repository at this point in the history
* Add configuration

* Use new naming
  • Loading branch information
hirparap1 authored Jun 26, 2023
1 parent d1e6a0e commit 2a290d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# salsify_rubocop

## 1.43.1
- Add configuration for `Gemspec/RequiredRubyVersion` cop for configuration manifest embedded gems

## 1.43.0
- Upgrade `rubocop` to v1.43.0.

Expand Down
1 change: 1 addition & 0 deletions conf/rubocop_without_rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Bundler/GemComment:
Gemspec/RequiredRubyVersion:
Exclude:
- schemas_gem/*_schemas.gemspec
- configuration_manifests_gem/*_configuration_manifests.gemspec

# This cop has poor handling for the common case of a lambda arg in a DSL
Lint/AmbiguousBlockAssociation:
Expand Down
2 changes: 1 addition & 1 deletion lib/salsify_rubocop/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SalsifyRubocop
VERSION = '1.43.0'
VERSION = '1.43.1'
end

0 comments on commit 2a290d9

Please sign in to comment.