Mauryan Kansara

Results 200 comments of Mauryan Kansara

hey @romani, the build was failing locally it was giving me these errors: ``` [ERROR] Failures: [ERROR] AllChecksTest.testAllCheckstyleMessages:556->verifyCheckstyleMessage:600 OverloadMethodsDeclarationOrderCheck with the message 'overload.constructors.declaration' in locale 'zh' failed with: NullPointerException -...

List of sections to keep track of issue: - [x] 4.1.1 Use of optional braces ( cannot be formatted ) - [x] 4.1.2 Nonempty blocks: K & R style -...

Indentation defect found in formatter at: https://github.com/checkstyle/checkstyle/pull/15521#issuecomment-2299323787 Original code: ```java switch (a) { // comment // comment // comment case 1: ``` ```java switch (a) { // comment case 1:...

@romani can you assign this issue to me as well? I will try and see if I can solve it by myself or not

@romani it'd be helpful to have a list of checks which are covered and which aren't, it'll help to track the issue and help contributors to select the next check.

Hey @Rajdip019 can you assign this issue to me? The assigned contributor does not seem to be active.

CI failing, don't know the reason. This is happening in my other PRs too

Circle CIs failing, dont know why