Fix typecheck.

This commit is contained in:
Markus Reiter 2023-03-26 09:14:36 +02:00
parent 471ce0b880
commit c38f0c3aae
No known key found for this signature in database
GPG Key ID: 245293B51702655B
2 changed files with 9 additions and 0 deletions

View File

@ -273,6 +273,9 @@ module Homebrew
sig { returns(T.nilable(String)) }
def appdir; end
sig { returns(T.nilable(String)) }
def keyboard_layoutdir; end
sig { returns(T.nilable(String)) }
def fontdir; end

View File

@ -3007,6 +3007,10 @@ class Cask::Config
def internet_plugindir=(path); end
def keyboard_layoutdir(); end
def keyboard_layoutdir=(path); end
def mdimporterdir(); end
def mdimporterdir=(path); end
@ -6554,6 +6558,8 @@ class RuboCop::Cask::AST::Stanza
def internet_plugin?(); end
def keyboard_layout?(); end
def language?(); end
def livecheck?(); end