UNPKG
lint-gitlab-ci
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
GitLab-ci script to lint .gitlab-ci.yml files.
gitlab.com/StraightOuttaCrompton/lint-gitlab-ci
lint-gitlab-ci
/
lib
/
framework
/
__mocks__
/
mockResponseParser.d.ts
5 lines
(4 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
import
IApiResponseParser
from
"../IApiResponseParser"
;
export
declare
const
MOCK_PARSE_CI_LINT_API_RESPONSE
=
"MOCK_PARSE_CI_LINT_API_RESPONSE: "
;
declare
const
mockResponseParser
:
IApiResponseParser
;
export
default
mockResponseParser;