Closed Fryguy closed 2 months ago
lib/extensions/brakeman_fingerprint_patch.rb
self
detected.self
detected.self
detected.self
detected.spec/lib/extensions/brakeman_fingerprint_patch_spec.rb
TargetRubyVersion
parameter, under AllCops
)TargetRubyVersion
parameter, under AllCops
)TargetRubyVersion
parameter, under AllCops
)@jrafanie Regarding the rubocops
self
's are in the original code, and for my patch I continued that pattern so it was consistent.def location; {}; end
, then we'll get a rubocop error on not using the newer single-line method syntax. I just need to update the bot/settings to check ruby 3.0 syntax.
@jrafanie Please review.