Skip to content

Commit

Permalink
chore: test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Jul 22, 2024
1 parent 8b248b5 commit a161832
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENABLE_LINTERS:
- BASH_SHELLCHECK
- JSON_JSONLINT
- JSON_ESLINT_PLUGIN_JSONC
# - SQL_SQLFLUFF
- SQL_SQLFLUFF
- ENV_DOTENV_LINTER

DISABLE:
Expand All @@ -49,14 +49,13 @@ EXCLUDED_DIRECTORIES:
- linux
- web

FILTER_REGEX_EXCLUDE: (.*\.g\.dart|.*\/CHANGELOG.md|docs/database/.*|docs/uml/.*|studyu|docker\/supabase\/volumes\/.*|.*\/fastlane\/README.md)
FILTER_REGEX_EXCLUDE: (.*\.g\.dart|.*\/CHANGELOG.md|.*\/fastlane\/README.md)

# Linter specific settings

BASH_SHELLCHECK_ARGUMENTS: -ax -S style --shell=bash
MARKDOWN_MARKDOWN_LINK_CHECK_CONFIG_FILE: .markdown_link_check.yml
# todo deploy-apps.yml can be removed from the excluded list after actionlint#393 is released
ACTION_ACTIONLINT_FILTER_REGEX_EXCLUDE: (.*\/.github\/workflows\/init-workspace\/action\.yml|.*\/.github\/workflows\/deploy-apps\.yml)
ACTION_ACTIONLINT_FILTER_REGEX_EXCLUDE: (.*\/.github\/workflows\/init-workspace\/action\.yml)
# SQL_SQLFLUFF_CONFIG_FILE: .sqlfluff

GITHUB_COMMENT_REPORTER: false

0 comments on commit a161832

Please sign in to comment.