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

Update workflow job steps spacing once 10.9.3 is out #1003

Closed stoyanK7 closed 1 year ago

stoyanK7 commented 1 year ago

In https://github.com/sevntu-checkstyle/sevntu.checkstyle/pull/1002 we suppressed the check for workflow job steps spacing.

Once 10.9.3 is released, we can change this suppression pattern to what it is in the main repo so it targets workflow files ^.((?!github[\\/]workflows[\\/]).)*$ https://github.com/checkstyle/checkstyle/blob/2065b9c178c8efd2fba2c6450ad04e67118e3df6/config/checkstyle-non-main-files-suppressions.xml#L161

And of course, update the spacing between steps so it is consistent.

stoyanK7 commented 1 year ago

On it.