Update Library/Homebrew/dev-cmd/audit.rb
Formatting change Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
fcc2f4cfd6
commit
7744f181b9
@ -361,8 +361,8 @@ module Homebrew
|
|||||||
github_license = GitHub.get_repo_license(user, repo)
|
github_license = GitHub.get_repo_license(user, repo)
|
||||||
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 Formulae license states: #{formula.license}."
|
"but Formulae license states: #{formula.license}."
|
||||||
else
|
else
|
||||||
problem "#{formula.license} is not a standard SPDX license id."
|
problem "#{formula.license} is not a standard SPDX license id."
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user