dev-cmd/audit: delete one variable
This commit is contained in:
parent
5361c04c49
commit
d4bca4595a
@ -106,7 +106,6 @@ module Homebrew
|
|||||||
new_formula = args.new_formula?
|
new_formula = args.new_formula?
|
||||||
strict = new_formula || args.strict?
|
strict = new_formula || args.strict?
|
||||||
online = new_formula || args.online?
|
online = new_formula || args.online?
|
||||||
git = args.git?
|
|
||||||
skip_style = args.skip_style? || args.no_named? || args.tap
|
skip_style = args.skip_style? || args.no_named? || args.tap
|
||||||
no_named_args = false
|
no_named_args = false
|
||||||
|
|
||||||
@ -173,7 +172,7 @@ module Homebrew
|
|||||||
new_formula: new_formula,
|
new_formula: new_formula,
|
||||||
strict: strict,
|
strict: strict,
|
||||||
online: online,
|
online: online,
|
||||||
git: git,
|
git: args.git?,
|
||||||
only: only,
|
only: only,
|
||||||
except: args.except,
|
except: args.except,
|
||||||
spdx_license_data: spdx_license_data,
|
spdx_license_data: spdx_license_data,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user