Roman Ivanov
Roman Ivanov
Removal of comments "until" is done. @Anmol202005 , thanks a lot for this.
Better to deal with each violation (recursion case) in separate PR. It might be tricky to fix.
@mohitsatr , you can do it, but we highly recommend to finish all kinds of issues that labeled "good xxxx issue"
@mohitsatr , There is last case https://github.com/checkstyle/checkstyle/blob/f812fceef8db0d65d122f764513b687b05d9ae72/src/main/java/com/puppycrawl/tools/checkstyle/api/FullIdent.java#L78 Do you have time to finish it?
Issue is closed , I see no other suppressions https://github.com/search?q=repo%3Acheckstyle%2Fcheckstyle%20TailRecursion&type=code
@mohitsatr, thanks a lot for your help!!
@Harsh-Agrawal96 , thanks a lot for update. Please make CI green and what first usage will be for fileContent to be good example of how valuable is this. can we...
do you think we do not need this this any more ?
@Harsh-Agrawal96 , I updated issue description. I still we need it, as it would help us to not to cache of file content, as it is already in memory and...
is there a way to disable specific validator ? I did: ``` java/util/Optional.get:.* ``` based on https://github.com/gaul/modernizer-maven-plugin/blob/a553adf84d6b16b9e18f3d1365afc68cea950fb5/modernizer-maven-plugin/src/main/resources/modernizer.xml#L1293C13-L1293C56