- Changed deprecated
WordPress.XSS.EscapeOutput
to useWordPress.Security.EscapeOutput
instead.
- Exclude "WordPress-VIP" subset from code climate's phpcs file.
- Add PHPbin Coding Standards.
- Update the CSS and Sass README.
- Add
bu_
prefix to allowed list of CSS selectors.
- Inform the
WordPress.XSS.EscapeOutput
rule of BU functions that properly escape output.bu_sanitize_banner_subtitle()
andbu_banners_get_image()
were added.
- Introduce default custom
PHPCS
rulesets for plugins and themes.
- Prevent SASSdoc comments from triggering issues.
- Convert the
.scss-lint-r-1.x.yml
configuration file to use the properscss-lint
format.
- This is the first versioned release of our coding standards. Let's start at 2.0!
- Introduce markdown linting rules for consistency across our repositories.
- Add linting configurations for Code Climate. (Pull #5)