Skip to content

Commit

Permalink
ci(linter): lint all files in code base (#639)
Browse files Browse the repository at this point in the history
Validate all files in code base.

Signed-off-by: Claudio André <[email protected]>
  • Loading branch information
claudioandre-br committed Nov 22, 2024
1 parent 16afadf commit 0175412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
ENABLE_COMMITLINT_STRICT_MODE: true
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
VALIDATE_ALL_CODEBASE: false
FILTER_REGEX_EXCLUDE: "^snapcraft.yaml$" # Workaround for Prettier itself
VALIDATE_GIT_MERGE_CONFLICT_MARKERS: false # See https://github.com/super-linter/super-linter/pull/6374
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0175412

Please sign in to comment.