File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- require :
2+ plugins :
33 - rubocop-performance
44 - rubocop-rake
55 - rubocop-rspec
66AllCops :
77 NewCops : enable
88 DisplayCopNames : true
9- TargetRubyVersion : " 2.7"
9+ TargetRubyVersion : 2.7
1010 Include :
1111 - " **/*.rb"
1212 Exclude :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ gem_sources.each { |gem_source| source gem_source }
1313group :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'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments