mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-01-26 11:24:02 +00:00
chore: add webrick to dev deps, add ignore to keep string polyfill (#5)
This commit is contained in:
@@ -11,7 +11,7 @@ require "date"
|
||||
class String
|
||||
def blank?
|
||||
# Polyfill implementation to avoid external dependencies
|
||||
nil? || empty? # rubocop:disable Homebrew/Blank
|
||||
nil? || empty? # rubocop:disable Homebrew/Blank, Lint/RedundantCopDisableDirective
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user