stable
Clone or download
Read-only
The baseline has recreated from scratch to take into account the latest bugfixes of Psalm. A small fix has been done in forumml_utils.php, the error is somehow not added to the baseline. It's probably due to the way the forumml_utils code is included/loaded. Unless we encounter the issue on a regular matter it is probably not worth to troubleshoot it. Next contribution will enforce the static analysis in the CI test pipeline. It's not done here because we need a bit of extra scripting to consider only the changed files covered by the Psalm configuration. Part of request #13292: Integrate vimeo/psalm to the test pipeline Change-Id: I065c7bb4deef3113059b721ddf6a712df65564c0
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +0 | −1 | Go to diff View file |
M | plugins/forumml/include/forumml_utils.php | +1 | −1 | Go to diff View file |
M | plugins/git/composer.json | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/ProjectSerializer.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Permissions/AccessControlVerifier.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitRepository.class.php | +4 | −5 | Go to diff View file |
M | plugins/git/include/GitRepositoryManager.class.php | +3 | −4 | Go to diff View file |
M | plugins/git/include/Git_GitoliteDriver.class.php | +4 | −5 | Go to diff View file |
M | plugins/git/include/PathJoinUtil.php | +24 | −15 | Go to diff View file |
M | plugins/git/tests/Git_ForkRepositories_Test.php | +3 | −1 | Go to diff View file |
M | plugins/git/tests/PathJoinUtilTest.php | +23 | −21 | Go to diff View file |
M | src/composer.lock | +80 | −17 | Go to diff View file |
M | tests/psalm/psalm.xml | +0 | −1 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +3634 | −7961 | Go to diff View file |