Skip to content

Commit

Permalink
ci: comment out the whole super-linter job (too many false positives,…
Browse files Browse the repository at this point in the history
… it seems that the tool is not configured properly)
  • Loading branch information
spytheman committed Jul 26, 2024
1 parent 849af15 commit b671cae
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@ permissions:
contents: read

jobs:
super-linter:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
actions: read
checks: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
LINTER_RULES_PATH: .
MARKDOWN_CONFIG_FILE: .markdownlint.json
## super-linter:
## name: Lint Code Base
## runs-on: ubuntu-latest
## permissions:
## contents: read
## pull-requests: write
## actions: read
## checks: read
## statuses: write
## steps:
## - name: Checkout Code
## uses: actions/checkout@v4
## with:
## # Full git history is needed to get a proper
## # list of changed files within `super-linter`
## fetch-depth: 0
##
## - name: Lint Code Base
## uses: super-linter/super-linter/[email protected]
## env:
## GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
## VALIDATE_ALL_CODEBASE: false
## DEFAULT_BRANCH: main
## LINTER_RULES_PATH: .
## MARKDOWN_CONFIG_FILE: .markdownlint.json

docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b671cae

Please sign in to comment.