Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 10up-Default ruleset #21

Merged
merged 7 commits into from
Nov 15, 2022
Merged

Add 10up-Default ruleset #21

merged 7 commits into from
Nov 15, 2022

Conversation

cadic
Copy link

@cadic cadic commented Nov 9, 2022

Description of the Change

This PR adds support for 10up-Default ruleset.

Usage:

    steps:
      - uses: actions/checkout@v2
      - name: WPCS check
        uses: 10up/wpcs-action@stable
        with:
          use_local_config: true
          standard: '10up-Default'

Note: if local config include 10up-Default rule, we should specify the standard argument in the step configuration. It is required to correctly set up standards while performing the step.

Closes #9

How to test the Change

Tested on Simple Podcasting: https://github.com/10up/simple-podcasting/pull/196/files

Changelog Entry

Added - Support of 10up-Default ruleset

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@cadic cadic added this to the 1.4.0 milestone Nov 9, 2022
@cadic cadic self-assigned this Nov 9, 2022
@jeffpaul jeffpaul requested review from a team and Sidsector9 and removed request for jeffpaul and a team November 10, 2022 00:05
@cadic cadic merged commit 72a56d8 into 10up:develop Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support 10up-Default
2 participants