Roman Ivanov
Roman Ivanov
detected at: https://github.com/checkstyle/checkstyle/pull/9904#discussion_r655691910 > `/* package */ LocalizedMessage(String key) {` package comment has been added as we cannot make it private due to pmd rule that private constructor cannot be...
Investigate why GITHUB token has no access to issues example https://github.com/checkstyle/checkstyle/issues/12169#issuecomment-1239316050 https://docs.github.com/en/rest/overview/permissions-required-for-github-apps#permission-on-issues https://docs.github.com/en/rest/overview/permissions-required-for-github-apps https://docs.github.com/en/actions/security-guides/automatic-token-authentication I think we need in action something like: ``` permissions: contents: issues ``` this will help...
https://github.com/checkstyle/checkstyle/actions/runs/3007811873 such execution should be failed.
https://github.com/checkstyle/checkstyle/runs/8179578319?check_suite_focus=true ``` Run ./.ci/publish-releasenotes-githubpage.sh 10.3.3 TARGET_VERSION=10.3.3 Error: Define environment variable Error: Process completed with exit code 1. ```
https://github.com/checkstyle/checkstyle/runs/8179173614?check_suite_focus=true failure of update github.io ``` Clone by ssh only to avoid passwords on push ... Cloning into 'checkstyle.github.io'... Warning: Permanently added the ECDSA host key for IP address '140.82.114.3'...
https://github.com/checkstyle/contribution/blob/master/releasenotes-builder/diagrams-manual-trigger.md we need to make action to do `run Github action "Copy site to sourceforge '10.3.1'"` (action takes human provided version as input) see https://github.com/checkstyle/checkstyle/blob/master/.ci/copy-site-to-sourceforge.sh, reuse it. see when I...
https://github.com/checkstyle/contribution/blob/master/releasenotes-builder/diagrams-manual-trigger.md we need to make action to do `run Github action "Push perform '10.3.1'"` (action takes human provided version as input, just to make sure it can not be executed...
This is a summary of #3698 . Successor for: #2652, #3235 . property "ModifiersThatCreateGroup" = list of RegExp for modifiers. It is ok to provide better name for property. Examples...
https://checkstyle.org/releasenotes.html#Release_10.3.4
https://checkstyle.org/releasenotes.html#Release_10.3.3