16 lines
195 B
Plaintext
16 lines
195 B
Plaintext
![]() |
# typed: strict
|
||
|
|
||
|
module SharedAudits
|
||
|
def github(user, repo)
|
||
|
end
|
||
|
|
||
|
def gitlab(user, repo)
|
||
|
end
|
||
|
|
||
|
def bitbucket(user, repo)
|
||
|
end
|
||
|
|
||
|
def curl_output(*args, secrets: [], **options)
|
||
|
end
|
||
|
end
|