You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had a couple of errors running clang-tidy itself, from outdated syntax to missing dependencies - but the action still gave a green tick, and due to the split workflow, even claims I don't have issues in code.
I wanted to kindly suggest that these issues be looked into as it may cause confusion for users like myself who rely on the tool. As it stands, it is not entirely reliable and may lead to false positives if left unattended for a significant period.
The text was updated successfully, but these errors were encountered:
Maybe the best thing to do is to catch exceptions at the highest level and then make an annotation with the error, and set the status to neutral or something. That way it will give an indication that the action hasn't worked without failing the checks
I've had a couple of errors running clang-tidy itself, from outdated syntax to missing dependencies - but the action still gave a green tick, and due to the split workflow, even claims I don't have issues in code.
I wanted to kindly suggest that these issues be looked into as it may cause confusion for users like myself who rely on the tool. As it stands, it is not entirely reliable and may lead to false positives if left unattended for a significant period.
The text was updated successfully, but these errors were encountered: