Mauryan Kansara

Results 200 comments of Mauryan Kansara

> > we should revisit the working of [LineLength](https://checkstyle.org/checks/sizes/linelength.html) module and add a new property to ignore long identifiers, > > it is not that easy, LineLength become not Java...

done https://github.com/checkstyle/checkstyle/pull/15460 @romani

@kvlohith1 I appreciate your effort for solving the problem but this issue is part of my GSoC project and it is already assigned to me. Please look for other issues...

Also squash the commits into one. We should have only one commit per PR

> Some of our violation messages don't start with "violation" and are more in the middle. can you point out some of this types of messages? I'm not able to...

> We have triggers like `\d+ violations above` We have regex for such types of violations: https://github.com/checkstyle/checkstyle/blob/e4c87fc705e81747f634fcbb52278549e208422e/src/test/java/com/puppycrawl/tools/checkstyle/bdd/InlineConfigParser.java#L103-L113 > and `filtered violation below`. we have regex for these type violations too:...

I like this idea, almost all IDEs are supported by this tool, we just need to create a proper config file and ensure that all rules are configured properly. Thanks...

We should create a separate issue for this first and reference it in PR Description otherwise it'll be very confusing in future. @mohitsatr In issue, compare old & newly updated...

please start working on this PR again once https://github.com/checkstyle/checkstyle/pull/17249 is merged. @mohitsatr