feat(problem_matcher): when not enabled, dont process further
All checks were successful
Lint (Pull Request) / lint (pull_request) Successful in 9s
All checks were successful
Lint (Pull Request) / lint (pull_request) Successful in 9s
ref: #6
This commit is contained in:
@ -205,7 +205,11 @@ for line in sys.stdin:
|
||||
|
||||
if not NFC_PROBLEM_MATCHER:
|
||||
|
||||
sys.exit(2)
|
||||
print(json.dumps({
|
||||
'pull_request': ''
|
||||
}, indent=4))
|
||||
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
if not results:
|
||||
|
Reference in New Issue
Block a user