Commit Graph

23 Commits

Author SHA1 Message Date
Viktor Szépe 74aaddc0ba
Merge branch 'develop' into fix-typos 2023-10-10 08:23:53 +02:00
IanDelMar f370f184d2 add extension to phpcs cache file 2023-10-08 23:36:03 +02:00
Viktor Szépe e9fb08514d Fix typos 2023-07-04 15:41:29 +00:00
IanDelMar 63deab136b Ignore mixed line-endings warnings 2023-03-07 16:30:06 +01:00
IanDelMar 4aa80d8116 use understrap_get_screen_reader_class() for the skip link 2022-12-01 07:59:00 +01:00
IanDelMar dbca0e672d Add understrap_get_list_item_separator() 2022-08-15 14:01:05 +02:00
IanDelMar cb83013b2b
Merge branch 'develop' into phpstan-errors 2022-07-24 06:17:55 +02:00
IanDelMar 187209a3bc exclude PHPStan source files from wpcs checks 2022-07-23 21:16:01 +02:00
IanDelMar bb30bcb493
Merge branch 'develop' into phpcs 2022-07-19 23:06:08 +02:00
IanDelMar 00fb859a28 Exclude PHPStan cache from PHP_CodeSniffer 2022-07-19 06:46:17 +02:00
IanDelMar 2f4a23618f exclude all dot files and dot folders from phpcs 2022-03-16 10:43:51 +01:00
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)