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

minor: Make Github workflow files kebab-case #984

Closed stoyanK7 closed 1 year ago

stoyanK7 commented 1 year ago

Resolves https://github.com/checkstyle/checkstyle/pull/12727#issuecomment-1426055064

Yes, Error is on files in other repository [ERROR] [checkstyle] [ERROR] /home/semaphore/checkstyle/.ci-temp/sevntu.checkstyle/.github/workflows/bump_license_year.yml:1: Filename should be kebab-case. [regexpOnScriptsAndConfigs]

We need to send PR to that repo to rename this file before merging this PR. Or send PR to extend suppression file in that repo, also separate PR.

It sounds like renaming in sevntu repo for GitHub action will be quicker to do.

stoyanK7 commented 1 year ago

It seems CI failure is unrelated since it was present in previous commit from master: https://github.com/sevntu-checkstyle/sevntu.checkstyle/actions/runs/3992559056/jobs/6848518988