diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index be8f6d3f..5cd8c4a6 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -57,5 +57,4 @@ jobs: VALIDATE_ALL_CODEBASE: true DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - LINTER_RULES_PATH: "." - EDITORCONFIG_FILE_NAME: .editorconfig \ No newline at end of file + FILTER_REGEX_EXCLUDE: .*src/Packages/Passport/Runtime/Assets/ThirdParty/.* \ No newline at end of file