Skip to content

Commit

Permalink
squash: ignore
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Huang <[email protected]>
  • Loading branch information
0yi0 committed Dec 5, 2024
1 parent 970037e commit d381b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
thirdparty/*
6 changes: 3 additions & 3 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
- name: Run super-linter
uses: super-linter/super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: ${{ github.event_name != 'pull_request' }}
VALIDATE_ALL_CODEBASE: true
# language configurations
VALIDATE_CLANG_FORMAT: true
VALIDATE_GIT_COMMITLINT: true
VALIDATE_MARKDOWN: true
VALIDATE_YAML: true
# misc configurations
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
MULTI_STATUS: false
SUPPRESS_POSSUM: true
VALIDATE_GIT_COMMITLINT: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_GITLEAKS: ${{ github.event_name != 'pull_request' }}
VALIDATE_GITLEAKS: true

0 comments on commit d381b39

Please sign in to comment.