Skip to content

Commit c590fd5

Browse files
renovate[bot]silugclaude
authored
Update dependency rubocop to '~> 1.87.0' (#80)
* Update dependency rubocop to '~> 1.87.0' * Fix rubocop 1.87 Style/OneClassPerFile offenses * Bump version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Steven Pritchard <steve@sicura.us> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b994274 commit c590fd5

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
require:
2+
plugins:
33
- rubocop-performance
44
- rubocop-rake
55
- rubocop-rspec
66
AllCops:
77
NewCops: enable
88
DisplayCopNames: true
9-
TargetRubyVersion: "2.7"
9+
TargetRubyVersion: 2.7
1010
Include:
1111
- "**/*.rb"
1212
Exclude:

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Sun Jun 07 2026 Steven Pritchard <steve@sicura.us> - 0.8.1
2+
- Additional cleanup for rubocop
3+
14
* Mon Oct 23 2023 Steven Pritchard <steve@sicura.us> - 0.8.0
25
- [puppetsync] Add EL9 support
36

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem_sources.each { |gem_source| source gem_source }
1313
group :syntax do
1414
gem 'metadata-json-lint'
1515
gem 'puppet-lint-trailing_comma-check', require: false
16-
gem 'rubocop', '~> 1.81.0'
16+
gem 'rubocop', '~> 1.87.0'
1717
gem 'rubocop-performance', '~> 1.26.0'
1818
gem 'rubocop-rake', '~> 0.7.0'
1919
gem 'rubocop-rspec', '~> 3.7.0'

lib/facter/tpm2/util.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Facter; end
77
#
88
# @see Facter::TPM2::Util Facter::TPM2::Util - Utilities for detecting and
99
# reporting TPM 2.0 details
10-
module Facter::TPM2; end
10+
module Facter::TPM2; end # rubocop:disable Style/OneClassPerFile
1111

1212
# Utilities for detecting and reporting TPM 2.0 information
1313
#
@@ -20,7 +20,7 @@ module Facter::TPM2; end
2020
# @note TPM devices are assumed to follow the TCG PC Client PTP Specification
2121
# (https://trustedcomputinggroup.org/pc-client-platform-tpm-profile-ptp-specification/)
2222
#
23-
class Facter::TPM2::Util
23+
class Facter::TPM2::Util # rubocop:disable Style/OneClassPerFile
2424
def initialize
2525
cmd = Facter::Core::Execution.which('tpm2_getcap')
2626

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-tpm2",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"author": "SIMP Team",
55
"summary": "Manage TPM2.0 devices",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)