Releases: 10up/wpcs-action
Releases · 10up/wpcs-action
v1.7.0
Added
- Arguments to allow the action to run the linter only on changed files or on changed lines (props @kmgalanakis, @faisal-alvi, @fabiankaegy, @dkotter via #45).
Fixed
- Using "WordPress" standards by installing from proper directory (props @kmgalanakis, @faisal-alvi, @fabiankaegy, @dkotter via #47).
Developer
- Replaced lee-dohm/no-response with actions/stale to help with closing no-response/stale issues (props @jeffpaul, @dkotter via #43).
Full Changelog: v1.6.1...v1.7.0
View all items closed in the milestone.
v1.6.1
Fixed
- Clone the 2.3.3 tagged release of the VIPCS package to ensure running VIP scans works (props @dkotter, @TylerB24890 via #37).
New Contributors
- @TylerB24890 made their first contribution in #37
Full Changelog: v1.6.0...v1.6.1
View all items closed in the milestone.
v1.6.0
Added
- New example for excluding specific rules in the README file (props @kmgalanakis, @iamdharmesh via #32).
Changed
- Update docs (props @jeffpaul, @faisal-alvi via #30).
Fixed
- Clone the 2.3.0 tagged branch of the WordPress Coding Standards (props @dkotter, @iamdharmesh, @GaryJones via #34).
New Contributors
- @faisal-alvi made their first contribution in #30
- @kmgalanakis made their first contribution in #32
- @GaryJones made their first contribution in #34
Full Changelog: v1.5.0...v1.6.0
View all items closed in the milestone.
v1.5.0
Added
- Include WP VIP coding standards with 10up-Default sniffs (props @peterwilsoncc, @cadic, @dkotter, @jeffpaul via #25).
Changed
- GitHub Actions summary example in README.md (props @iamdharmesh, @peterwilsoncc, @B-Interactive, @dinhtungdu, @jeffpaul via #27).
New Contributors
- @peterwilsoncc made their first contribution in #25
- @iamdharmesh made their first contribution in #27
Full Changelog: v1.4.0...v1.5.0
View all items closed in the milestone.
v1.4.0
Added
- Support of 10up-Default ruleset (props @cadic, @jeffpaul, @peterwilsoncc via #21).
Fixed
- Action failure with PHP8 (props @cadic, @jeffpaul, @dkotter, @dinhtungdu, @iamdharmesh, @peterwilsoncc via #20).
Other
- Add release workflow (props @dinhtungdu, @jeffpaul, @Sidsector9 via #17).
Completed issues and pull requests for this release can be found on the 1.4.0 milestone.
v1.3.4
Added
- EXTRA_ARGS flag to support custom arguments (props @dinhtungdu via #12).
v1.3.3
Fixed
- Wrong branch used in examples (props @Mte90, @jeffpaul, @dinhtungdu via #6).
- Docs: Update supported standards (props @dinhtungdu, @peterwilsoncc via #8).
v1.3.2
Fix VIPCS detection issue.
v1.3.1
Added
- Detect local phpcs config. This is disabled by default. Enable it by setting use_local_config to 'true'.
- Add
phpcs_bin_path
option back to use local PHPCS.
Removed
- Remove
is_vipcs
option. From this version, wpcs-action checks against VIPCS automatically if the standard option set to WordPress-VIP-Go or WordPressVIPMinimum.
v1.3.0
Update README.md