Commit a177fd4 1 parent 35a8da7 commit a177fd4 Copy full SHA for a177fd4
File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
<ruleset name =" Forward" >
3
3
<description >PHP Coding Standard for FORWARD MEDIA</description >
4
4
5
+ <exclude-pattern >*/typo3/sysext/*</exclude-pattern >
6
+ <exclude-pattern >*/typo3conf/ext/crawler/*</exclude-pattern >
7
+ <exclude-pattern >*/typo3conf/ext/direct_mail/*</exclude-pattern >
8
+ <exclude-pattern >*/typo3conf/ext/gridelements/*</exclude-pattern >
9
+ <exclude-pattern >*/typo3conf/ext/powermail/*</exclude-pattern >
10
+ <exclude-pattern >*/typo3conf/ext/realurl/*</exclude-pattern >
11
+
5
12
<!-- check for usage of undefined variables -->
6
13
<rule ref =" VariableAnalysis" >
7
14
<!--
8
15
allow unused variables, because the linter currently warns on unused
9
16
function arguments even if later defined arguments are used:
10
17
https://github.com/sirbrillig/phpcs-variable-analysis/issues/21
11
18
-->
12
- <exclude name =" VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable" />
19
+ <exclude name =" VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable" />
20
+ <exclude name =" VariableAnalysis.CodeAnalysis.VariableAnalysis.StaticOutsideClass" />
13
21
</rule >
14
22
15
23
<!-- <rule ref="Generic.Arrays.DisallowLongArraySyntax" /> -->
74
82
<rule ref =" MySource.Strings.JoinStrings" />
75
83
76
84
77
- <rule ref =" Pear .ControlStructures.ControlSignature" />
78
- <rule ref =" Pear .Functions.ValidDefaultValue" />
85
+ <rule ref =" PEAR .ControlStructures.ControlSignature" />
86
+ <rule ref =" PEAR .Functions.ValidDefaultValue" />
79
87
80
88
81
89
<rule ref =" PSR1.Classes.ClassDeclaration" />
You can’t perform that action at this time.
0 commit comments