We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd34ed commit 0046fb9Copy full SHA for 0046fb9
moodle/ruleset.xml
@@ -171,7 +171,11 @@
171
<rule ref="Universal.Constants.ModifierKeywordOrder"/>
172
173
<!-- Enforce that the names used in a class/enum "implements" statement or an interface "extends" statement are listed in alphabetic order -->
174
- <rule ref="Universal.OOStructures.AlphabeticExtendsImplements"/>
+ <rule ref="Universal.OOStructures.AlphabeticExtendsImplements">
175
+ <properties>
176
+ <property name="orderby" value="full"/>
177
+ </properties>
178
+ </rule>
179
180
<!-- Enforce the use of a single space after the use, function, const keywords and both before and after the as keyword in import use statements -->
181
<rule ref="Universal.UseStatements.KeywordSpacing"/>
0 commit comments