Nick Mancuso
Nick Mancuso
As experience has shown, configurations in code that live in the project are easier to manage and provide better visibility than configurations that live in web-based UI's. We need to...
Since we have been seeing random (but regular) failures in `pitest-coding`, I thought it would be a good idea to track exactly which lines are causing pitest to fail. Maintainers,...
This will be main tracker issue for killing surviving mutations before we begin work in https://github.com/checkstyle/checkstyle/issues/11719 Now that we have diff report generation as github action, let's modify the procedure...
From https://github.com/checkstyle/checkstyle/issues/11315#issuecomment-1049494653: > ATTENTION: I do not know why, but my brain do not not reading `assertThrows` properly. as it should be named `expectThrows` and assert on it done in...
Added to avoid execution of Team City inspections in pitest mutation killing PRs, we need to remove this filter after GSOC is complete. I am not sure if we are...
Now that we have changed pitest execution considerably, we should update the wiki to reflect these changes. This includes: 1. New script name 2. New script output and functionality (`--g`...
From https://github.com/checkstyle/checkstyle/pull/11749/files#r901140140: >`https://checkstyle.sourceforge.io/version/6.18/: 403 Forbidden` failure is stable, several executions fails in row. on section: ```xml Current site contains documentation only for latest, released version. We only support this latest...
As we do for all other code and scripts, we should use static analysis on bash commands in yml files. We already have the "shellcheck" tool in use, we just...
While ArchUnit was introduced in https://github.com/checkstyle/checkstyle/issues/7469, we only did very basic initial integration (see https://github.com/checkstyle/checkstyle/pull/8112). We would like to expand our usage of ArchUnit. It would be a good first...