action-phpcs-code-review icon indicating copy to clipboard operation
action-phpcs-code-review copied to clipboard

Github Action to perform automated code review on pull requests

Results 13 action-phpcs-code-review issues
Sort by recently updated
recently updated
newest added

Related to #10, the new yml-based actions only expose `GITHUB_TOKEN` to forked repositories (https://help.github.com/en/articles/virtual-environments-for-github-actions), and therefore pull-requests. The old non-yml actions will be disabled after September 30, 2019 making this...

We are actively using this action on our PRs but it seem to be sniffing JS files as well. Is that intentional? If not, shouldn't it by default be just...

Following is the output I get: ``` Run rtCamp/action-phpcs-code-review@v2 with: args: WordPressVIPMinimum, WordPress-VIP-Go env: GH_BOT_TOKEN: *** SKIP_FOLDERS: tests,.github PHPCS_SNIFFS_EXCLUDE: WordPress.Files.FileName /usr/bin/docker run --name ghcriortcampactionphpcscodereviewv210_0b4926 --label 7db2d7 --workdir /github/workspace --rm -e...

https://github.com/Automattic/vip-go-ci#system-requirements recommends PHP 8.0 or 8.1

Hi I'm getting this error: With these settings: Does anyone know why the bot is complaining?

I would like PHPCS to **not** lint my JS,CSS files. Is there a way I can do so using this action ?

Is it possible to have this script retrieve the ruleset from a private repository? That's what I've been trying to figure out for 2 days now. I was able to...

First off, thank you for building this! This has been working great for me and is really helping my codebase stay up-to-par. However, I am running into one reoccurring issue....

Correct me if I'm wrong, but I believe the action will output all issues as separate code review comments to the PR. This causes issue to the PR not be...

WPThemeReview Standard for PHP_CodeSniffer attempts to automate the code analysis part of the WordPress.org Theme Review Process. https://github.com/WPTT/WPThemeReview It only has a few sniffs but is helpful for theme developers...