theme-sniffer
theme-sniffer copied to clipboard
Theme Sniffer plugin using sniffs.
Hi I found all the js files in my theme includes ERROR: Unexpected token
Apparently, I wrote the issue on the wrong repo, so I'm moving [it](https://github.com/WPTRT/WPThemeReview/issues/137) to here. Flag CSS rules for images that have the property `width:auto`. There is no rule in...
**Describe the bug** When I tried to activate the Theme Sniffer plugin on wpsandbox.net, it threw a fatal error and interrupted the plugin activation. I have attached the screenshot for...
**Is your feature request related to a problem? Please describe.** Theme reviewers copy and paste the results in the themes Trac and think the review is complete. **Describe the solution...
Adding improvements - a11y improvements, performance improvements (DI container), remove JS checks in PHPCS, webpack config improvements
Just installed v1.0.0 from WP site. Running WordPress 5.1.1 Options: no theme prefix, only checked WPThemeReview setting. Receive this in error log for every theme checked: [25-Mar-2019 21:04:04 UTC] PHP...
This PR provides a basic setup for unit and integration tests. It also contains example of the integration tests. To do: - Write more tests 😄 Note: The branch was...
It seems like `setup_postdata()` does not work correctly if we does not use a global `$post`. For instance: The output will be correct when using this: ``` foreach ( (array)...
Currently the sniff process can fail due to memory exhaustion when the sniffer comes across the minified JS file. Currently, there is an option to check only PHP files. This...
Hi there, [Wordpress Theme Review Requirement](https://make.wordpress.org/themes/handbook/review/required/) encouraged theme developers run their theme through [Theme Check](https://wordpress.org/plugins/theme-check/). I'm confused whether to use [Theme Sniffer](https://github.com/WPTRT/theme-sniffer) or the [Theme Check](https://wordpress.org/plugins/theme-check/). What's the difference between...