WPCS Whitelist Flags
WordPress Coding Standards whitelist flags autocomplete snippets for Sublime Text
Details
Installs
- Total 310
- Win 150
- Mac 105
- Linux 55
Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
WPCS whitelist flags for Sublime Text
A Sublime Text 2/¾ plug-in to add WordPress Coding Standards whitelist flags to your php code.
Use
Type phpcs
or wpcs
to select a whitelist flag via autocomplete.
Install via Package Control
- Install Package Control if you haven't yet.
- Open the command palette (Ctrl+Shift+P for Windows/Linux, Cmd+Shift+P for Mac).
- Search for Package Control: Install Package and hit Enter.
- Type
WPCS whitelist flags
and press Enter to install it.
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 towpcs
1.0.6
- Add PreparedSQLPlaceholders replacement count flag
1.0.5
- Make precision alignment flag available to .js and .css files
1.0.4
- Tab triggers now contain more words. This makes it easier to select a specific flag via the keyboard in addition to using the up or down arrow keys
1.0.3
- Add precision alignment flag (props @claudiosanches)
1.0.2
- Remove
tax_query
flag
1.0.1
- Add new whitelist flags for WPCS 0.12.0+
- Add
tax_query
flag deprecation notice
1.0.0
- Initial release