Nick Mancuso
Nick Mancuso
@524130120 ping
> I think we can close this issue. Behavior between configuration loaders is not consistent, and import control configuration loader will accept unknown elements as disallow. We should keep this...
Github, generate site
> How can I generate the report for sevntu? I just install jar built from latest master into maven local, then execute diff.groovy. Note that you must use fully qualified...
@Vyom-Yadav add `-g` option to allow exclusions https://github.com/checkstyle/contribution/tree/master/checkstyle-tester#command-line-arguments
@Vyom-Yadav I have never altered the pom in sevntu (until it is time to fix regressions, etc.) - you should just be able to install the sevntu checks in your...
From https://github.com/checkstyle/checkstyle/pull/11231#issuecomment-1049476427 > "what is good chained methods calls?" Let's answer this. I know what style that I like, but I wonder what is widely used and if there are...
It seems like `EmptyLineSeparator` does not check previous line for enclosing type declaration at all: ``` $ javac Test.java $ cat Test.java class Test0 { final int myInt = 5;...
> By changing the existing code, I can take the opportunity to make the existing code better. > In the meantime I've started working on a fix, I'd like the...
@peterdemaeyer please see https://github.com/checkstyle/checkstyle/wiki/How-to-run-certain-phases-and-validations#how-to-generate-ut-coverage-report edit: for translations, we usually just use google translate and do our best until someone that knows a given language can send a PR to help...