Compare commits

..

1 Commits

Author SHA1 Message Date
Jon
90ae26cd16 feat(problem_matcher): when not enabled, dont process further
All checks were successful
Lint (Pull Request) / lint (pull_request) Successful in -1m0s
ref: #6
2025-07-12 20:16:59 +09:30

View File

@ -209,8 +209,6 @@ if not NFC_PROBLEM_MATCHER:
'pull_request': ''
}, indent=4))
sys.exit(0)
if not results:
print("No matching lines found.")