Skip to content

Commit

Permalink
Bump to moodle-cs v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 13, 2023
1 parent 1a5f491 commit b0d283a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion MoodleCS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt

## [Unreleased]

## [v3.3.2] - 2023-02-13
### Added
- Check for one (and only one) space before assignment operator @ `Squiz.WhiteSpace.OperatorSpacing`

## [v3.3.1] - 2023-01-19
### Fixed
- Updated the outdated list of valid magic methods.
Expand All @@ -32,7 +36,8 @@ All features are maintained and no new features have been introduced to either t

All the details about [previous releases] can be found in [local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) own change log.

[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.1...main
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.2...main
[v3.3.2]: https://github.com/moodlehq/moodle-cs/compare/v3.3.1...v3.3.2
[v3.3.1]: https://github.com/moodlehq/moodle-cs/compare/v3.3.0...v3.3.1
[v3.3.0]: https://github.com/moodlehq/moodle-cs/compare/v3.2.0...v3.3.0
[Previous releases]: https://github.com/moodlehq/moodle-local_codechecker/blob/master/CHANGES.md#changes-in-version-400-20220825---welcome-moodle-cs
1 change: 1 addition & 0 deletions MoodleCS/moodle/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<rule ref="Squiz.WhiteSpace.OperatorSpacing">
<properties>
<property name="ignoreNewlines" value="true"/>
<property name="ignoreSpacingBeforeAssignments" value="false" />
</properties>
</rule>
<rule ref="Squiz.WhiteSpace.ObjectOperatorSpacing">
Expand Down
2 changes: 1 addition & 1 deletion readme_moodle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Instructions to upgrade the moodle-cs bundled version:

Current checkout:

3.3.1 (e475bde)
3.3.2 (f1f5538)

Local modifications (only allowed if there is a PR upstream backing it):

Expand Down
2 changes: 1 addition & 1 deletion thirdpartylibs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<library>
<location>MoodleCS</location>
<name>Moodle Coding Style</name>
<version>v3.3.1 (e475bde)</version>
<version>v3.3.2 (f1f5538)</version>
<license>GPL</license>
<licenseversion>3</licenseversion>
</library>
Expand Down

0 comments on commit b0d283a

Please sign in to comment.