Skip to content

Commit

Permalink
ci: upgrade to super-linter 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 23, 2024
1 parent 6c511ee commit 08aaab7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter/slim@v6
uses: super-linter/super-linter/slim@v7
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -32,10 +32,8 @@ jobs:
VALIDATE_GITLEAKS: false
VALIDATE_GO: false
VALIDATE_GO_MODULES: false
VALIDATE_GO_RELEASER: false
VALIDATE_PHP_PHPCS: false
VALIDATE_KUBERNETES_KUBECONFORM: false
VALIDATE_JAVASCRIPT_PRETTIER: false
VALIDATE_TYPESCRIPT_PRETTIER: false
VALIDATE_TYPESCRIPT_STANDARD: false
VALIDATE_PYTHON_PYLINT: false
12 changes: 12 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# We use standardjs for JavaScript and TypeScript files
**/*.js

# The spec is in the IETF flavor of Markdown
spec/mercure.md

# Ignore Kubernetes templates
**/charts/**/*.yaml
**/chart/**/*.yaml
charts/mercure/README.md

*cache

0 comments on commit 08aaab7

Please sign in to comment.