Skip to content

Commit

Permalink
Create .mega-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Dec 10, 2023
1 parent 69a7a49 commit 8dbf0d7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
APPLY_FIXES: all
APPLY_FIXES_EVENT: all
DEFAULT_BRANCH: main
ENABLE_LINTERS:
- MARKDOWN_MARKDOWN_LINK_CHECK
- MARKDOWN_MARKDOWN_TABLE_FORMATTER
- REPOSITORY_GIT_DIFF
- YAML_PRETTIER
- YAML_YAMLLINT
EXCLUDED_DIRECTORIES: [.github, tests]
GITHUB_COMMENT_REPORTER: false
MARKDOWN_MARKDOWN_LINK_CHECK_DISABLE_ERRORS: true
PRINT_ALPACA: false
PYTHON_BLACK_CONFIG_FILE: pyproject.toml
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
PYTHON_PYRIGHT_CONFIG_FILE: pyproject.toml
VALIDATE_ALL_CODEBASE: true

0 comments on commit 8dbf0d7

Please sign in to comment.