Skip to content

Commit

Permalink
chore: remove build from phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
pranvinit committed Nov 13, 2024
1 parent 9ad669d commit 59ab2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Run PHPCS inspection
uses: rtCamp/action-phpcs-code-review@master
env:
SKIP_FOLDERS: "tests,.github"
SKIP_FOLDERS: "tests,.github,assets/build"
GH_BOT_TOKEN: ${{ secrets.RTBOT_TOKEN }}
with:
args: WordPress,WordPress-Core,WordPress-Docs
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
as set in the "Requires at least" tag in the readme.txt file. -->
<rule ref="WordPress.WP.DeprecatedFunctions">
<properties>
<!-- <property name="minimum_supported_version" value="4.1" /> -->
<property name="minimum_supported_version" value="4.1" />
</properties>
</rule>

Expand Down

0 comments on commit 59ab2b9

Please sign in to comment.