WPCS Whitelist Flags
WordPress Coding Standards whitelist flags autocomplete snippets for Sublime Text
Details
Installs
- Total 317
- Win 152
- Mac 109
- Linux 56
Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 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 |
Mac | 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 | 1 | 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