Skip to content

Commit

Permalink
Improve the PHPLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed Nov 11, 2021
1 parent 5d687b4 commit 337bed7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
php-version: '7.4'
extensions: intl
env:
COMPOSER_TOKEN: ${{ secrets.COMPOSER_TOKEN }}

- name: Update the composer.lock file
run: composer update --lock
Expand Down
6 changes: 4 additions & 2 deletions .phplint.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
path: ./
jobs: 10
cache: dist/phplint.cache
cache: build/phplint.cache
extensions:
- php
exclude:
- vendor
- assets_wp
- bin
- dist
- build
- node_modules
- tests/_output
- tests/_support/_generated
warning: false

0 comments on commit 337bed7

Please sign in to comment.