Commit Graph

12 Commits

Author SHA1 Message Date
IanDelMar 7679b3a922 Update phpcs config 2022-03-09 00:32:46 +01:00
IanDelMar bffb5c50c7
Add woocommerce as allowed textdomain in the phpcs config 2021-07-20 08:50:43 +02:00
IanDelMar fd6a933278 Allow WPThemeReview's non-PHP sniffs
Allow WPThemeReview's non-PHP sniffs but excludes bootstrap.js, bootstrap.bundle.js and theme.js. bootstrap.js includes the comment '// Shoutout AngusCroll (https://goo.gl/pxwQGp)'.
2020-05-28 11:43:10 +02:00
IanDelMar 7014930619 Remove explicit inclusion of PHPCompatibilityWP
The WPThemeReview ruleset already uses the PHPCompatibilityWP ruleset.
2020-05-28 04:04:31 +02:00
IanDelMar 930313dc51 Set cache file 2020-05-18 17:58:44 +02:00
IanDelMar 4263e7d2fc Move argument p from composer to phpcs config 2020-05-18 17:58:44 +02:00
IanDelMar 9b3bdc742d Fix option colors
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
2020-05-18 17:58:44 +02:00
IanDelMar 7e59df2b82 Make PHPCompatibilityWP's testVersion open ended 2020-05-18 17:58:44 +02:00
IanDelMar 5408f284c2 Remove Zend.Files.ClosingTag rule
Removes the  Zend.Files.ClosingTag rule as WPCS already includes PSR2.Files.ClosingTag for the same.
2020-05-18 17:58:44 +02:00
IanDelMar f1adc5a1a4 Add dist-product to excluded patterns 2020-05-18 17:58:44 +02:00
IanDelMar b7fefe5855 Remove unneeded dash 2020-05-18 17:58:43 +02:00
IanDelMar c25d0c9220 Rename phpcs.xml to phpcs.xml.dist
Renames the phpcs.xml file to phpcs.xml.dist to allow overloading of the file by devs for their local environment.
2020-05-18 17:58:43 +02:00
Renamed from phpcs.xml (Browse further)