Skip to content

Commit

Permalink
Add filter for files and folders using regex
Browse files Browse the repository at this point in the history
  • Loading branch information
J-The-Fox authored Dec 4, 2024
1 parent 37da756 commit 0460842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
# Update the environment here
env:
VALIDATE_ALL_CODEBASE: false
# Add files or folders to exclude here
FILTER_REGEX_EXCLUDE: ".*vendordeps/.*|.*gradlew|.*.gradle|.*WPILib-License.md.*"
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0460842

Please sign in to comment.