moodlehq / moodle-cs

Moodle Coding Style
https://github.com/moodlehq/moodle-cs
GNU General Public License v3.0
18 stars 16 forks source link

Bump squizlabs/php_codesniffer to 3.9.0 #109

Closed stronk7 closed 9 months ago

stronk7 commented 9 months ago

Also, bump PHPCompatibility to current dev version (e5cd2e24)

We were using version 9.3.5 that is from December 2019. Since then lots of new sniffs and compatibility with PHP 8.x versions have been provided.

So, while not ideal, let's use the dev version in the mean time.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (73f0a60) 96.73% compared to head (576b398) 96.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #109 +/- ## ========================================= Coverage 96.73% 96.73% Complexity 586 586 ========================================= Files 26 26 Lines 1625 1625 ========================================= Hits 1572 1572 Misses 53 53 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

stronk7 commented 9 months ago

Merged, thanks!