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 #1002: Suppress check for keeping spacing between workflow job steps #1002

Closed stoyanK7 closed 1 year ago

stoyanK7 commented 1 year ago

We are implementing a check to enforce workflow job steps are spaced out in https://github.com/checkstyle/checkstyle/pull/12900

It is better to suppress it for now and implement it when PR gets merged and 10.9.3 is out.

stoyanK7 commented 1 year ago

I will open an issue to implement this after this PR is merged.