mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-03-14 20:58:59 +00:00
chore(ci): mega-linter config tweaks
This commit is contained in:
@@ -17,11 +17,15 @@ SHOW_SKIPPED_LINTERS: false # Show skipped linters in MegaLinter log
|
|||||||
|
|
||||||
# Disable linters that are replaced by uv-based workflows
|
# Disable linters that are replaced by uv-based workflows
|
||||||
DISABLE_LINTERS:
|
DISABLE_LINTERS:
|
||||||
|
- JSON_PRETTIER
|
||||||
- PYTHON_BANDIT
|
- PYTHON_BANDIT
|
||||||
|
- PYTHON_BLACK
|
||||||
|
- PYTHON_ISORT
|
||||||
- PYTHON_PYLINT
|
- PYTHON_PYLINT
|
||||||
- PYTHON_PYRIGHT
|
- PYTHON_PYRIGHT
|
||||||
- REPOSITORY_DEVSKIM
|
- REPOSITORY_DEVSKIM
|
||||||
- REPOSITORY_DUSTILOCK
|
- REPOSITORY_DUSTILOCK
|
||||||
|
- YAML_PRETTIER
|
||||||
|
|
||||||
# Install Python dependencies before linting using uv
|
# Install Python dependencies before linting using uv
|
||||||
PRE_COMMANDS:
|
PRE_COMMANDS:
|
||||||
|
|||||||
Reference in New Issue
Block a user