File tree 4 files changed +29
-2
lines changed
4 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 16
16
"require-dev" : {
17
17
"composer/composer" : " ^1.3" ,
18
18
"phpunit/phpunit" : " ^5.5" ,
19
- "raveren/kint" : " ^1.0" ,
19
+ "mediact/testing-suite" : " @stable" ,
20
+ "kint-php/kint" : " @stable" ,
20
21
"mikey179/vfsstream" : " ^1.6"
21
22
},
22
23
"autoload" : {
30
31
}
31
32
},
32
33
"extra" : {
33
- "class" : " Mediact\\ CodingStandard\\ PhpStorm\\ Plugin"
34
+ "class" : " Mediact\\ CodingStandard\\ PhpStorm\\ Plugin" ,
35
+ "grumphp" : {
36
+ "config-default-path" : " vendor/mediact/testing-suite/config/default/grumphp.yml"
37
+ }
34
38
}
35
39
}
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <ruleset name =" PHPCS"
3
+ xmlns =" http://pmd.sf.net/ruleset/1.0.0"
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : schemaLocation =" http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
6
+ xsi : noNamespaceSchemaLocation =" http://pmd.sf.net/ruleset_xml_schema.xsd" >
7
+ <description >PHPCS</description >
8
+ <!-- <exclude-pattern>path/to/exclude/*</exclude-pattern>-->
9
+ <rule ref =" ./vendor/mediact/coding-standard/src/MediaCT" />
10
+ </ruleset >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <ruleset name =" PHPMD"
3
+ xmlns =" http://pmd.sf.net/ruleset/1.0.0"
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : schemaLocation =" http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
6
+ xsi : noNamespaceSchemaLocation =" http://pmd.sf.net/ruleset_xml_schema.xsd" >
7
+ <description >PHPMD</description >
8
+ <!-- <exclude-pattern>path/to/exclude/*</exclude-pattern>-->
9
+ <rule ref =" ./vendor/mediact/coding-standard/src/MediaCT/phpmd.xml" />
10
+ </ruleset >
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ excludes_analyse :
3
+ # - %rootDir%/../../../path/to/exclude/*
You can’t perform that action at this time.
0 commit comments