Closed vjik closed 9 months ago
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ❌ |
Enforced push
rules for primary code branch
The configuration for the 'master' branch has been updated to contain new 'push' guidelines. This aids in streamlining the process when code is being added to the main branch.
Updated software versions for job execution For the execution of 'psalm80' job (a particular piece of automated work), we've ensured to use updated versions of the PHP Language.
Enhanced versioning for 'vimeo/psalm' package An update was made on the version of the 'vimeo/psalm' package in the project configuration. It now allows usage of the newer 5.21 version, promising improved features, efficiency, and security.
Included new handlers for code issues Two new Issue Handlers have been included: 'MixedAssignment' and 'RiskyTruthyFalsyComparison'. These additions will assist developers in identifying and fixing additional types of problems in the code.
Added a custom job configuration file A new configuration file - 'psalm80.xml' was added, specifically to set custom settings for the 'psalm80' job, ensuring it works according to our project needs.