Inline type annotations for SPDX.

This commit is contained in:
Markus Reiter 2020-10-10 15:33:15 +02:00
parent 8fabc56a22
commit 12e173cd50
2 changed files with 1 additions and 11 deletions

View File

@ -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

View File

@ -8,6 +8,7 @@ require "utils/github"
#
# @api private
module SPDX
include Utils::Curl
extend Utils::Curl
module_function