Skip to content

Commit 2896516

Browse files
committed
improvments to the readme
1 parent d1e04c0 commit 2896516

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

readme.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
# Codeat Coding Standards
22

3-
CodeatCS is a project with rulsetes used for the Codeat plugins/themes development based on [YoastCS](https://github.com/Yoast/yoastcs/) and [https://github.com/jrfnl/QA-WP-Projects/](https://github.com/jrfnl/QA-WP-Projects/).
3+
CodeatCS is a project with rulsetes used for the Codeat plugins/themes development based on [WordPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards) project, implementing official [WordPress PHP Coding Standards](https://make.wordpress.org/core/handbook/coding-standards/php/) and also [Slevomat Coding Standard](https://github.com/slevomat/coding-standard).
44

55
## PHP Code Sniffer
66

7-
Set of [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) rules.
8-
9-
Based on [WordPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards) project, implementing official [WordPress PHP Coding Standards](https://make.wordpress.org/core/handbook/coding-standards/php/) and also [Slevomat Coding Standard](https://github.com/slevomat/coding-standard).
10-
117
### How to disable rules
128

139
```phpcs --standard=/path/CodeatCS/codeat.xml ./file.php -s```
1410

1511
The `-s` parameter print after the comment of the rules what is the name.
1612

17-
### PhpStorm
18-
19-
Refer to [Using PHP Code Sniffer Tool](https://www.jetbrains.com/phpstorm/help/using-php-code-sniffer-tool.html) in PhpStorm documentation.
20-
21-
After installation `Yoast` standard will be available as a choice in PHP Code Sniffer Validation inspection.

0 commit comments

Comments
 (0)