Mauryan Kansara

Results 200 comments of Mauryan Kansara

I'm working on NoEnumTrailingComma.

> ⚠️ Failed to start an instance: FAILED_PRECONDITION: Monthly compute limit exceeded! Cirrus is failing

> ok to merge if CI pass no this is not okay, the test case should be failing after mutation please check this comment https://github.com/checkstyle/checkstyle/pull/14462#discussion_r1493357233

> > mutatedClass com.puppycrawl.tools.checkstyle.Checker > > so you need to set property in Checker not in LineLength. Play with: > > ``` > > > ``` did this but it...

I tried debugging the code and found that `createConfiguration()` method used inside `verifyWithInlineConfigParser()` is not generating proper config. It is not adding the `severity` property to the Checker module. Then...

> lets try to move forward and fix code to make in-memory config to be correct (what we expect). Can you explain me what do you mean by in-memory config?...

> >Do you mean the config created by createConfiguration()? > > Yes. > > You can fix problem in this method in this PR, looks like it is first time...

fixed a small bug in `createConfiguration()`, now our test case is passing and when we mutate the code it is failing as expected. **Reason behind making new `createConfiguration()`:** the regular...