Skip to content

Commit cec655d

Browse files
szepeviktorMte90
andauthored
README nicery (#5)
Co-authored-by: Daniele Scasciafratte <[email protected]>
1 parent 0563157 commit cec655d

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Codeat Coding Standards
2+
3+
[![Packagist](https://img.shields.io/packagist/v/codeatcode/codeatcs.svg?color=239922&style=popout)](https://packagist.org/packages/codeatcode/codeatcs)
4+
5+
CodeatCS is a project with rulsets 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).
6+
7+
## PHP Code Sniffer
8+
9+
### How to disable rules
10+
11+
```bash
12+
phpcs --standard=./vendor/codeatcode/codeatcs/CodeatCodingStandard/ruleset.xml ./file.php -s
13+
```
14+
15+
The `-s` parameter shows sniff codes in all reports.

readme.md

-12
This file was deleted.

0 commit comments

Comments
 (0)