ChromatixAU / phpcs-config-chromatix

Chromatix custom config for phpcs. Based heavily on the WordPress Coding Standards but with some of our own too.
https://www.chromatix.com.au
MIT License
1 stars 0 forks source link

Work out how to require escaping on attributes and URLs only, not for plain HTML output, given in our use case the input is always pretty trusted #12

Open tdmalone opened 7 years ago

tdmalone commented 7 years ago

Currently excluded until we can do this:

<exclude name="WordPress.XSS.EscapeOutput.OutputNotEscaped"/>