Roman Ivanov
Roman Ivanov
@nrmancuso , I probably see right now point of confusion. I updated description to show that config will be list of projects, not a single project.
in this case I do not undersatnd what `--projects.checkstyle.enabled=false` is going to do.
and we need `--projects.sevntu-checkstyle.enable=false` ??? Am I reading you mind properly ?
>We shouldn’t have to have more than one project file anywhere. This is not a way I planned to use this file. I see your idea as separate engagements that...
>sort of repetition is indicative of poor design. Dependency cost more than copy paste. In script/application we will have single source, in final result numerous copies to never dependent on...
Copy update is reverted https://github.com/checkstyle/contribution/pull/982#issuecomment-3475338736 We need to migrate off `AntBuilder.copy()`
@AmitKumarDeoghoria , please help us to finish this migration.
Can you describe a problem? What classes need to be changed? I see you refactoring in ant , not sure why we dealing with CLI builder now.
based on stackoverflow , such CLI class is already in groovy4 , so we can migrate to it wihout migration to groovy 5. as we already use groovy4 images in...
if smooth migration is not possible, ok, lets migrate to 5.0 directly. I just tried to make PRs smaller and easily to approve