From f2fb863dbd87b4918eff6289ae38ff33394dd6be Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Tue, 26 Nov 2024 13:20:34 -0800 Subject: [PATCH] livecheck: remove outdated comment Signed-off-by: Patrick Linnane --- Library/Homebrew/livecheck.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/livecheck.rb b/Library/Homebrew/livecheck.rb index 1e188e17e2..e3a0b5d48d 100644 --- a/Library/Homebrew/livecheck.rb +++ b/Library/Homebrew/livecheck.rb @@ -177,7 +177,6 @@ class Livecheck delegate version: :@package_or_resource delegate arch: :@package_or_resource - # FIXME: false positive: https://github.com/rubocop/rubocop/issues/13453 private :version, :arch # Returns a `Hash` of all instance variable values. # @return [Hash]