Rob Spoor
Rob Spoor
FYI, I have been working on my own method lookup, to remove the need for `parseFullyQualifiedMethodName`. I did this because I needed lookups that supported different possible parameter type combinations,...
I have not been able to find the time to upgrade the plugin and setup a new project with some rules from that extension. I will let you know the...
I've done the following: * Upgrade the Eclipse Checkstyle plugin to the latest version * Copy `sevntu-checks-1.44.1.jar` to the dropins folder. I've also tried `sevntu-checkstyle-idea-extension-1.44.1.jar` (even though that's for IntelliJ)...
@romani I had only tested with versions 9.3.0 (no error), 10.7.0 (auto-updated or something, error) and 10.9.3 (reinstall, error). I have just finished testing with more versions, starting with 9.3.0...
> https://checkstyle.org/releasenotes.html#Release_10.5.0. > > > Allow 3rd party Check providers to group modules under custom parent module. Author: rnveach [#11644](https://github.com/checkstyle/checkstyle/issues/11644) That change seems to be more lenient, and it should...
> I believe that would only change the user inside the docfx docker container, but not the owner of the files outside the container. Ideally, the non-root user invoking the...
I think this is something that GitHub does for all actions. I've seen some of my own builds always start with creating Docker images. I think this is something you...