mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
tap_auditor: do not audit autobump.txt
in official taps
Signed-off-by: botantony <antonsm21@gmail.com>
This commit is contained in:
parent
a043e7bbf8
commit
1791c2e2a6
@ -17,6 +17,7 @@ module Homebrew
|
|||||||
@tap_style_exceptions = tap.style_exceptions
|
@tap_style_exceptions = tap.style_exceptions
|
||||||
@tap_pypi_formula_mappings = tap.pypi_formula_mappings
|
@tap_pypi_formula_mappings = tap.pypi_formula_mappings
|
||||||
@tap_autobump = tap.autobump
|
@tap_autobump = tap.autobump
|
||||||
|
@tap_official = tap.official?
|
||||||
@problems = []
|
@problems = []
|
||||||
|
|
||||||
@cask_tokens = tap.cask_tokens.map do |cask_token|
|
@cask_tokens = tap.cask_tokens.map do |cask_token|
|
||||||
@ -54,8 +55,8 @@ module Homebrew
|
|||||||
check_formula_list_directory "audit_exceptions", @tap_audit_exceptions
|
check_formula_list_directory "audit_exceptions", @tap_audit_exceptions
|
||||||
check_formula_list_directory "style_exceptions", @tap_style_exceptions
|
check_formula_list_directory "style_exceptions", @tap_style_exceptions
|
||||||
check_formula_list "pypi_formula_mappings", @tap_pypi_formula_mappings
|
check_formula_list "pypi_formula_mappings", @tap_pypi_formula_mappings
|
||||||
check_formula_list ".github/autobump.txt", @tap_autobump
|
|
||||||
check_formula_list "formula_renames", @formula_renames.values
|
check_formula_list "formula_renames", @formula_renames.values
|
||||||
|
check_formula_list ".github/autobump.txt", @tap_autobump unless @tap_official
|
||||||
end
|
end
|
||||||
|
|
||||||
sig { void }
|
sig { void }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user