Skip to content

Commit

Permalink
README nicery (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniele Scasciafratte <[email protected]>
  • Loading branch information
szepeviktor and Mte90 authored Aug 3, 2020
1 parent 0563157 commit cec655d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Codeat Coding Standards

[![Packagist](https://img.shields.io/packagist/v/codeatcode/codeatcs.svg?color=239922&style=popout)](https://packagist.org/packages/codeatcode/codeatcs)

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).

## PHP Code Sniffer

### How to disable rules

```bash
phpcs --standard=./vendor/codeatcode/codeatcs/CodeatCodingStandard/ruleset.xml ./file.php -s
```

The `-s` parameter shows sniff codes in all reports.
12 changes: 0 additions & 12 deletions readme.md

This file was deleted.

0 comments on commit cec655d

Please sign in to comment.