Roman Ivanov
Roman Ivanov
@rnveach , do you think we need to keep example on old gradle and keep it in our regression in main repo ? even we are on gradle 7.5 -...
we need to migrate to CIrcleCI gradle execution https://github.com/sevntu-checkstyle/checkstyle-samples/blob/311e204e8939c2ab87796bfb73c44052ed2af023/.travis.yml#L37-L39 to be able to run gradle.
Sample project is migrated to circleci https://app.circleci.com/pipelines/github/sevntu-checkstyle/checkstyle-samples/16/workflows/8c927582-d094-4ad7-a287-988fc63f8974/jobs/52 So we need to run task in checkstyle repo CI, to be sure that no breaking changes happening in PR update. List of...
Please read PR description and follow what is written
Done at https://github.com/checkstyle/checkstyle/pull/15169#
example of docker build: https://github.com/checkstyle/contribution/pull/668
Please change commit message prefix to `spelling:` or `Pull #14272:`
Single commit please , CI will not accept it.
code of grammar is at https://github.com/checkstyle/checkstyle/tree/master/src/main/resources/com/puppycrawl/tools/checkstyle/grammar/javadoc
Before pushing to GitHub, please make sure `mvn verify ` on your local pass. Please fix CI failures.