Andrei Paikin

Results 33 comments of Andrei Paikin

@nick-mancuso https://github.com/checkstyle/checkstyle/issues/12075 can be a replacement for idea analysis in circleci. wdyt?

It is good idea, but sounds more like a feature for IDE plugins.

It is expected that check will not report violation if there is no javadoc

As for me, this check has plenty of properties, I think new check seems a better way

> @strkkk , please rebase and resolve conflict. rebase what?

github action for report generation expects PR from user fork, not from some 3rd party repo.

may be just make a common compilation stage, cache/store compiled project in some common place and execute pitest job on it?

How this will look like in case there are 2 checks of same module but different ids?

@JoshMcCullough there is no such option. You can create some custom Xpath expressions and use https://checkstyle.org/config_coding.html#MatchXpath check to forbid usages of specific types (e.g. inside method).