Skip to content

Commit

Permalink
ci: exclude third party folder for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Jun 25, 2023
1 parent 34c1551 commit 0cf7dd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ jobs:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: "."
EDITORCONFIG_FILE_NAME: .editorconfig
FILTER_REGEX_EXCLUDE: .*src/Packages/Passport/Runtime/Assets/ThirdParty/.*

0 comments on commit 0cf7dd4

Please sign in to comment.