Update README.md

This commit is contained in:
Ramona Morea 2017-12-07 22:07:10 +02:00 committed by GitHub
parent 1f02646de9
commit 2241bc902d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@
+ [Sublime Text](#sublime-text) + [Sublime Text](#sublime-text)
+ [Atom](#atom) + [Atom](#atom)
+ [Visual Studio](#visual-studio) + [Visual Studio](#visual-studio)
+ [Eclipse with XAMPP](#eclipse-with-xampp)
* [Running your code through WPCS automatically using CI tools](#running-your-code-through-wpcs-automatically-using-ci-tools) * [Running your code through WPCS automatically using CI tools](#running-your-code-through-wpcs-automatically-using-ci-tools)
+ [Travis CI](#travis-ci) + [Travis CI](#travis-ci)
* [Fixing errors or whitelisting them](#fixing-errors-or-whitelisting-them) * [Fixing errors or whitelisting them](#fixing-errors-or-whitelisting-them)
@ -225,6 +226,10 @@ sublime-phpcs is insanely powerful, but if you'd prefer automatic linting, [Subl
Please see "[Setting up PHP CodeSniffer in Visual Studio Code](https://tommcfarlin.com/php-codesniffer-in-visual-studio-code/)", a tutorial by Tom McFarlin. Please see "[Setting up PHP CodeSniffer in Visual Studio Code](https://tommcfarlin.com/php-codesniffer-in-visual-studio-code/)", a tutorial by Tom McFarlin.
### Eclipse with XAMPP
Please see "[Setting up WPCS when using Eclipse with XAMPP](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/How-to-use-WPCS-with-Eclipse-and-XAMPP)" for more details.
## Running your code through WPCS automatically using CI tools ## Running your code through WPCS automatically using CI tools