Skip to content

Commit 8a3bc3e

Browse files
committed
updated readme
1 parent dde2496 commit 8a3bc3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

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

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).
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/), [Slevomat Coding Standard](https://github.com/slevomat/coding-standard), [PHPCompatibilityWP](https://github.com/PHPCompatibility/PHPCompatibility) and [PHPCompatibilityWP](https://github.com/PHPCompatibility/PHPCompatibilityWP).
44

55
## PHP Code Sniffer
66

77
### How to disable rules
88

9-
```phpcs --standard=/path/CodeatCS/codeat.xml ./file.php -s```
9+
```phpcs --standard=/path/CodeatCodingStandard/rulset.xml ./file.php -s```
1010

1111
The `-s` parameter print after the comment of the rules what is the name.
1212

0 commit comments

Comments
 (0)