Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/super-linter.env
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
FILTER_REGEX_EXCLUDE=mvnw
IGNORE_GITIGNORED_FILES=true
JAVA_FILE_NAME=google_checks.xml
# conflicts with prettier
VALIDATE_BIOME_FORMAT=false
# conflicts with prettier
VALIDATE_BIOME_LINT=false
# disable kubernetes linter - complains about resource limits, etc
VALIDATE_CHECKOV=false
VALIDATE_DOCKERFILE_HADOLINT=false
VALIDATE_GIT_COMMITLINT=false
# times out
VALIDATE_GO_MODULES=false
# contradicting with prettier
VALIDATE_JAVASCRIPT_STANDARD=false
# we have many duplicate code in our codebase for demo purposes
VALIDATE_JSCPD=false
# conflicts with black
VALIDATE_PYTHON_RUFF_FORMAT=false

# Avoid redundant work linting C# files
DOTNET_GENERATE_ASPNET_CERTIFICATE=false
Expand All @@ -32,6 +36,5 @@ FIX_MARKDOWN=true
FIX_MARKDOWN_PRETTIER=true
FIX_PYTHON_BLACK=true
FIX_PYTHON_ISORT=true
FIX_PYTHON_PYINK=true
FIX_SHELL_SHFMT=true
FIX_YAML_PRETTIER=true
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: grep -v '^#' .github/super-linter.env | grep -v 'FIX_' >> "$GITHUB_ENV"

- name: Super-linter
uses: super-linter/super-linter@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
uses: super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}