Compare commits

..

1 Commits

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

View File

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