Inline type annotations for SPDX.
This commit is contained in:
parent
8fabc56a22
commit
12e173cd50
@ -1,11 +0,0 @@
|
|||||||
# typed: strict
|
|
||||||
|
|
||||||
module SPDX
|
|
||||||
include Kernel
|
|
||||||
|
|
||||||
def spdx_data; end
|
|
||||||
|
|
||||||
def download_latest_license_data!(to: JSON_PATH); end
|
|
||||||
|
|
||||||
def curl_download(*args, to: nil, partial: true, **options); end
|
|
||||||
end
|
|
||||||
@ -8,6 +8,7 @@ require "utils/github"
|
|||||||
#
|
#
|
||||||
# @api private
|
# @api private
|
||||||
module SPDX
|
module SPDX
|
||||||
|
include Utils::Curl
|
||||||
extend Utils::Curl
|
extend Utils::Curl
|
||||||
|
|
||||||
module_function
|
module_function
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user