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
ERROR] [checkstyle] [ERROR] /home/semaphore/checkstyle/.ci-temp/sevntu.checkstyle/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/annotation/ForbidAnnotationCheck.java:66:5: All property setters of a module should contain a @since tag. [[ERROR] /home/semaphore/checkstyle/.ci-temp/sevntu.checkstyle/sevntu-checks/config/ant-phase-verify.xml:116: Checkstyle failed: Got 115 errors and 0 warnings.] 01:07
[ERROR] [checkstyle] [ERROR] /home/semaphore/checkstyle/.ci-temp/sevntu.checkstyle/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/annotation/ForbidAnnotationCheck.java:79:5: All property setters of a module should contain a @since tag. [settersHaveSinceTag]
...
[ERROR] /home/semaphore/checkstyle/.ci-temp/sevntu.checkstyle/sevntu-checks/config/ant-phase-verify.xml:116: Checkstyle failed: Got 115 errors and 0 warnings.
I am not sure if we want to add those @sinces in this project or if it's possible. The purpose of this issue is to add an until ... on the line above the suppression of this check and discuss potentially removing it in the future
The text was updated successfully, but these errors were encountered:
I don't believe this repo has those things documented, so it will be regression hunting to identify all the versions to add. The custom branch I used referenced in the main repo's issue should be able to be used for this.
In checkstyle/checkstyle#13455 we add a
MatchXPath
check to ensure that all property setters have a@since
property in their Javadoc. For exampleIn #1023 we add a suppression for all checks in this repository because the CI in checkstyle repo is failing
https://checkstyle.semaphoreci.com/jobs/b80149c4-f163-4908-a4ab-98a19bcb625e
I am not sure if we want to add those
@since
s in this project or if it's possible. The purpose of this issue is to add anuntil ...
on the line above the suppression of this check and discuss potentially removing it in the futureThe text was updated successfully, but these errors were encountered: