Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moodlehq/moodle-cs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 04f435269533e161f4762d84378658f7fc49bf0b
Choose a base ref
..
head repository: moodlehq/moodle-cs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 08956828f112a9ddb1782a94946552ce11d042d6
Choose a head ref
Showing with 0 additions and 16 deletions.
  1. +0 −16 moodle/ruleset.xml
16 changes: 0 additions & 16 deletions moodle/ruleset.xml
Original file line number Diff line number Diff line change
@@ -102,21 +102,6 @@

<rule ref="Zend.Files.ClosingTag"/>

<!--
Detect issues with Unit Test dataProviders:
- private providers
- providers which do not exist
- providers whose name is prefixed with _test
- incorrect casing of dataProvider
- dataProviders which do not return an array or Iterable
-->
<rule ref="moodle.PHPUnit.TestCaseProvider"/>

<!--
Tests should have a return type. The default return type should be void.
-->
<rule ref="moodle.PHPUnit.TestReturnType"/>

<!-- Disable this exact error unless it's approved -->
<rule ref="moodle.Commenting.InlineComment.SpacingAfter">
<severity>0</severity>
@@ -126,7 +111,6 @@
Namespace statements, and class imports (use statements) should not use a leading backslash.
-->
<rule ref="PSR12.Files.ImportStatement.LeadingSlash"/>
<rule ref="moodle.Namespaces.NamespaceStatement"/>

<!-- Let's add the complete PHPCompatibility standard -->
<rule ref="PHPCompatibility" />