Feature the suppress warnings on a template in the generated docs. #113
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
What problem are you trying to solve?
As discovered on:
This template suppresses a warning:
https://github.com/PicnicSupermarket/error-prone-support/blob/9b4cbfb84dcebd9dbdd2235ca2b76675dfcb8f2e/error-prone-contrib/src/main/java/tech/picnic/errorprone/refasterrules/BigDecimalRules.java#L60
That label is what we want to feature in our recipe tags.
Describe the solution you'd like
Pull suppressed warnings from templates, and add those to the generated recipe tags.
Have you considered any alternatives or workarounds?
We could add support for tags into our recipe documentation annotations, but then those would not be picked up for the Picnic maintained Error Prone Support rules.
Additional context
https://error-prone.picnic.tech/refasterrules/BigDecimalRules/#bigdecimalvalueof
The text was updated successfully, but these errors were encountered: