File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 55[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/cakephp/cakephp-codesniffer.svg?style=flat-square )] ( https://packagist.org/packages/cakephp/cakephp-codesniffer )
66[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
77
8- This code works with [ squizlabs/php_codesniffer] ( https://github.com/squizlabs /PHP_CodeSniffer )
8+ This code works with [ squizlabs/php_codesniffer] ( https://github.com/PHPCSStandards /PHP_CodeSniffer )
99and checks code against the coding standards used in CakePHP.
1010
1111This sniffer package follows [ PSR-12] ( https://www.php-fig.org/psr/psr-12/ ) completely and ships with a lot of additional fixers on top.
@@ -65,11 +65,16 @@ composer test
6565Once this has been done once, you can use ` composer phpunit ` to run the
6666tests for the rules in this repository.
6767
68+ The tests are present inside the ` CakePHP/Tests/ ` folder.
69+
6870## Contributing
6971
7072If you'd like to contribute to the Code Sniffer, you can fork the project add
7173features and send pull requests.
7274
75+ > [ !NOTE]
76+ > Please make sure to run ` composer docs ` if you change the ruleset.xml file.
77+
7378## Releasing CakePHP Code Sniffer
7479
7580* Create a signed tag
You can’t perform that action at this time.
0 commit comments