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 0339b5e commit 1e105abCopy full SHA for 1e105ab
standards/Toolset/ruleset.xml
@@ -51,6 +51,22 @@
51
<severity>0</severity>
52
</rule>
53
54
+ <!--
55
+ We allow this in JavaScript:
56
+
57
+ some_call( function( arg1, arg2 ) {
58
+ ...
59
+ } );
60
+ -->
61
+ <rule ref="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket">
62
+ <exclude-pattern>*.js</exclude-pattern>
63
+ </rule>
64
+ <rule ref="PEAR.Functions.FunctionCallSignature.CloseBracketLine">
65
66
67
+ <rule ref="PEAR.Functions.FunctionCallSignature.MultipleArguments">
68
69
70
71
72
</ruleset>
0 commit comments