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 use a bunch of custom lint rules. When generating a Sarif report, the value of helpUri always refers to the RoboCop docs. Even for custom lint rules.
Custom lint rules don't populate the helpUri field
I can control the contents of the helpUri field manually
The first solution might be simpler to implement and would reduce confusion. The second solution is preferable since we have custom lint rule docs I'd like to reference.
Operating System
Windows
Robocop version
5.4.0
The text was updated successfully, but these errors were encountered:
What happened?
I use a bunch of custom lint rules. When generating a Sarif report, the value of
helpUri
always refers to the RoboCop docs. Even for custom lint rules.Example:
Note the contents of the
helpUri
field.What command/code did you try to run?
robocop . --reports sarif
What is the full error message?
None
What did you expect to happen instead?
I expect one of:
helpUri
fieldhelpUri
field manuallyThe first solution might be simpler to implement and would reduce confusion. The second solution is preferable since we have custom lint rule docs I'd like to reference.
Operating System
Windows
Robocop version
5.4.0
The text was updated successfully, but these errors were encountered: