audit: modified problem statement to match
This commit is contained in:
parent
ac818ec556
commit
4832a5aa05
@ -358,9 +358,9 @@ module Homebrew
|
|||||||
return if github_license && (github_license == formula.license)
|
return if github_license && (github_license == formula.license)
|
||||||
|
|
||||||
problem "License mismatch - GitHub license is: #{github_license}, "\
|
problem "License mismatch - GitHub license is: #{github_license}, "\
|
||||||
"but formula license states: #{formula.license}."
|
"but Formulae license states: #{formula.license}."
|
||||||
else
|
else
|
||||||
problem "#{formula.license} is not a SPDX license."
|
problem "#{formula.license} is not a standard SPDX license."
|
||||||
end
|
end
|
||||||
elsif @new_formula
|
elsif @new_formula
|
||||||
problem "No license specified for package."
|
problem "No license specified for package."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user