Skip to content

Commit

Permalink
Merge pull request #143 from bastelfreak/vp
Browse files Browse the repository at this point in the history
voxpupuli-rubocop: pin to patch release
  • Loading branch information
bastelfreak authored Jun 20, 2024
2 parents b5e6804 + 685ee67 commit 613bbc5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-09-15 14:22:01 UTC using RuboCop version 1.54.2.
# on 2024-06-20 08:26:07 UTC using RuboCop version 1.63.5.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand All @@ -20,19 +20,11 @@ RSpec/ContextWording:

# Offense count: 2
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: SkipBlocks, EnforcedStyle.
# Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants.
# SupportedStyles: described_class, explicit
RSpec/DescribedClass:
Exclude:
- 'spec/version_requirement_spec.rb'

# Offense count: 2
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
# Include: **/*_spec*rb*, **/spec/**/*
RSpec/FilePath:
Exclude:
- 'spec/schema_spec.rb'
- 'spec/version_requirement_spec.rb'
- 'spec/metadata_json_lint/version_requirement_spec.rb'

# Offense count: 2
# Configuration parameters: .
Expand All @@ -49,7 +41,7 @@ RSpec/MultipleExpectations:
# SupportedStyles: always, named_only
RSpec/NamedSubject:
Exclude:
- 'spec/schema_spec.rb'
- 'spec/metadata_json_lint/schema_spec.rb'

# Offense count: 1
# Configuration parameters: AllowedConstants.
Expand Down
2 changes: 1 addition & 1 deletion metadata-json-lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'spdx-licenses', '~> 1.0'
s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
s.add_development_dependency 'rspec', '~> 3.12'
s.add_development_dependency 'voxpupuli-rubocop', '~> 2.0'
s.add_development_dependency 'voxpupuli-rubocop', '~> 2.7.0'
end
File renamed without changes.
File renamed without changes.

0 comments on commit 613bbc5

Please sign in to comment.