Roman Ivanov
Roman Ivanov
Please fix spelling issues. How we can be confident that this config works? Can you share link to project where such config is tested? If no project exists, can you...
Yes, we can copy sevntu jar from maven central and put it in example project as binary file. We can validate in CI that violation comes from custom jar Check
Is it possible to copy this xml to example project and run right after existing task ?
I don't understand a reason of such methods. We do not host methods that we are not using.
>Allows us to validate syntax/ format of configuration easily We already payed a price for this, it is not an issue now. >Will ease issues where we need multiple modules...
fix is merged. I changed label to be bug, as user can continue to use his config. the only change is behavior.
> scp: /home/project-web/checkstyle/: Is a directory is folder in sourceforge host. you need to modify my script to copy to your folder. We need to find way to copy files...
https://linuxhint.com/use-sshpass-for-non-interactive-login/ workaround for sourceforge interactive mode: ``` $ sudo apt install sshpass $ export SSHPASS='your password' $ export SF_USER=your_user $ echo "exit" | sshpass -e ssh -t $SF_USER,[email protected] create Pseudo-terminal...
No need, just install this tool and let's use it
Already implemented at sevntu project, but still have false positives. https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues?q=is%3Aissue+DiamondOperatorForVariableDefinitionCheck+is%3Aopen You are welcome with PullRequests.