sevntu-checkstyle / sevntu.checkstyle

Additional Checkstyle checks, that could be added as extension to EclipseCS plugin and maven-checkstyle-plugin, Sonar checkstyle plugin, extension for CheckStyle IDEA plugin.
http://sevntu-checkstyle.github.io/sevntu.checkstyle/
190 stars 147 forks source link

Pull #1023: Add suppression for settersHaveSinceTag #1023

Closed stoyanK7 closed 1 year ago

stoyanK7 commented 1 year ago

Related to #1022


Adds suppression for settersHaveSinceTag because the pipeline at https://github.com/checkstyle/checkstyle/pull/13455 is failing https://checkstyle.semaphoreci.com/jobs/b80149c4-f163-4908-a4ab-98a19bcb625e#L902

[ERROR] [checkstyle] [ERROR] /home/semaphore/checkstyle/.ci-temp/sevntu.checkstyle/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/sizes/LineLengthExtendedCheck.java:163:5: All property setters of a module should contain a @since tag. [settersHaveSinceTag] 01:13
[ERROR] [checkstyle] [ERROR] /home/semaphore/checkstyle/.ci-temp/sevntu.checkstyle/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/sizes/LineLengthExtendedCheck.java:255:5: All property setters of a module should contain a @since tag. [settersHaveSinceTag] 01:13
[ERROR] [checkstyle] [ERROR] /home/semaphore/checkstyle/.ci-temp/sevntu.checkstyle/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/sizes/LineLengthExtendedCheck.java:267:5: All property setters of a module should contain a @since tag. [settersHaveSinceTag]
nrmancuso commented 1 year ago

Failure in Ci is not related to changes here