Class: Homebrew::DevCmd::Audit::Args Private
- Defined in:
 - sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi
 
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Constant Summary
Constants inherited from CLI::Args
Instance Attribute Summary
Attributes inherited from CLI::Args
#flags_only, #options_only, #remaining
Instance Method Summary collapse
- #arch ⇒ String? private
 - #audit_debug? ⇒ Boolean private
 - #cask? ⇒ Boolean private
 - #casks? ⇒ Boolean private
 - #changed? ⇒ Boolean private
 - #D? ⇒ Boolean private
 - #display_cop_names? ⇒ Boolean private
 - #display_filename? ⇒ Boolean private
 - #eval_all? ⇒ Boolean private
 - #except ⇒ Array<String>? private
 - #except_cops ⇒ Array<String>? private
 - #fix? ⇒ Boolean private
 - #formula? ⇒ Boolean private
 - #formulae? ⇒ Boolean private
 - #git? ⇒ Boolean private
 - #installed? ⇒ Boolean private
 - #new? ⇒ Boolean private
 - #online? ⇒ Boolean private
 - #only ⇒ Array<String>? private
 - #only_cops ⇒ Array<String>? private
 - #os ⇒ String? private
 - #signing? ⇒ Boolean private
 - #skip_style? ⇒ Boolean private
 - #strict? ⇒ Boolean private
 - #token_conflicts? ⇒ Boolean private
 
Methods inherited from CLI::Args
#build_from_source_formulae, #context, #debug?, #freeze_named_args!, #freeze_processed_options!, #freeze_remaining_args!, #help?, #include_test_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os_arch_combinations, #quiet?, #set_arg, #tap, #value, #verbose?
Constructor Details
This class inherits a constructor from Homebrew::CLI::Args
Instance Method Details
#arch ⇒ String?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      18  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 18 def arch; end  | 
  
#audit_debug? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      21  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 21 def audit_debug?; end  | 
  
#cask? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      24  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 24 def cask?; end  | 
  
#casks? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      27  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 27 def casks?; end  | 
  
#changed? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      30  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 30 def changed?; end  | 
  
#D? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      15  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 15 def D?; end  | 
  
#display_cop_names? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      33  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 33 def display_cop_names?; end  | 
  
#display_filename? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      36  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 36 def display_filename?; end  | 
  
#eval_all? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      39  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 39 def eval_all?; end  | 
  
#except ⇒ Array<String>?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      42  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 42 def except; end  | 
  
#except_cops ⇒ Array<String>?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      45  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 45 def except_cops; end  | 
  
#fix? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      48  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 48 def fix?; end  | 
  
#formula? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      51  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 51 def formula?; end  | 
  
#formulae? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      54  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 54 def formulae?; end  | 
  
#git? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      57  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 57 def git?; end  | 
  
#installed? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      60  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 60 def installed?; end  | 
  
#new? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      63  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 63 def new?; end  | 
  
#online? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      66  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 66 def online?; end  | 
  
#only ⇒ Array<String>?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      69  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 69 def only; end  | 
  
#only_cops ⇒ Array<String>?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      72  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 72 def only_cops; end  | 
  
#os ⇒ String?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      75  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 75 def os; end  | 
  
#signing? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      78  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 78 def signing?; end  | 
  
#skip_style? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      81  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 81 def skip_style?; end  | 
  
#strict? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      84  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 84 def strict?; end  | 
  
#token_conflicts? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
      87  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/audit.rbi', line 87 def token_conflicts?; end  |