Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barryceelen committed May 25, 2021
1 parent 5a5c8e5 commit f1f7c04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WPCS whitelist flags for Sublime Text

A [Sublime Text 2/3](http://www.sublimetext.com/) plug-in to add [WordPress Coding Standards whitelist flags](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Whitelisting-code-which-flags-errors) to your php code.
A [Sublime Text 2/3/4](http://www.sublimetext.com/) plug-in to add [WordPress Coding Standards whitelist flags](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Whitelisting-code-which-flags-errors) to your php code.

## Use

Expand All @@ -15,6 +15,11 @@ Type `phpcs` or `wpcs` to select a whitelist flag via autocomplete.

## Changelog

### 1.0.8
- Update README.md
- Shorten snippet description to only show the sniffer rule to ignore
- Add .gitignore

### 1.0.7
- Use the `// phpcs:ignore` format in stead of the deprecated `// WPCS: ...` flags
- Introduce `phpcs` tab trigger in addition to `wpcs`
Expand Down

0 comments on commit f1f7c04

Please sign in to comment.