File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
2
- <ruleset >
3
- <!-- Contributte Coding Standard -->
4
- <rule ref =" ./vendor/ninjify/coding-standard/contributte.xml" >
5
- <exclude name =" Generic.NamingConventions.CamelCapsFunctionName.ScopeNotCamelCaps" />
6
- <exclude name =" PSR1.Methods.CamelCapsMethodName.NotCamelCaps" />
7
- <exclude name =" SlevomatCodingStandard.ControlStructures.RequireTernaryOperator.TernaryOperatorNotUsed" />
8
- </rule >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <ruleset name =" Contributte" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" vendor/squizlabs/php_codesniffer/phpcs.xsd" >
3
+ <!-- Rulesets -->
4
+ <rule ref =" ./vendor/contributte/qa/ruleset-8.0.xml" />
9
5
10
- <!-- Specific rules -->
6
+ <!-- Rules -->
11
7
<rule ref =" SlevomatCodingStandard.Files.TypeNameMatchesFileName" >
12
8
<properties >
13
9
<property name =" rootNamespaces" type =" array" >
14
10
<element key =" src" value =" Contributte\MenuControl" />
15
- <element key =" tests/cases" value =" Tests\Cases" />
16
- <element key =" tests/fixtures" value =" Tests\Fixtures" />
17
- <element key =" tests/toolkit" value =" Tests\Toolkit" />
18
- <element key =" tests/AbstractTestCase.php" value =" Tests" />
11
+ <element key =" tests" value =" Tests" />
19
12
</property >
20
13
</properties >
21
14
</rule >
22
15
23
- <!-- Exclude folders -->
24
- <exclude-pattern >/tests/DI/temp </exclude-pattern >
16
+ <!-- Excludes -->
17
+ <exclude-pattern >/tests/tmp </exclude-pattern >
25
18
</ruleset >
26
-
You can’t perform that action at this time.
0 commit comments