# yaml-language-server: $schema=https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json # Configuration file for MegaLinter # # See all available variables at https://megalinter.io/latest/config-file/ and in # linters documentation # all, none, or list of linter keys APPLY_FIXES: all # If you use ENABLE variable, all other languages/formats/tooling-formats will # be disabled by default # ENABLE: # If you use ENABLE_LINTERS variable, all other linters will be disabled by # default # ENABLE_LINTERS: # DISABLE: # - COPYPASTE # Uncomment to disable checks of excessive copy-pastes # - SPELL # Uncomment to disable checks of spelling mistakes SHOW_ELAPSED_TIME: true FILEIO_REPORTER: false # Uncomment if you want MegaLinter to detect errors but not block CI to pass # DISABLE_ERRORS: true DISABLE_LINTERS: - BASH_EXEC - PYTHON_BANDIT - PYTHON_BLACK - PYTHON_FLAKE8 - PYTHON_ISORT - PYTHON_MYPY - PYTHON_PYLINT DISABLE_ERRORS_LINTERS: - SPELL_CSPELL REPOSITORY_CHECKOV_CONFIG_FILE: .github/megalinter/.checkov.yml REPOSITORY_DEVSKIM_CONFIG_FILE: .github/megalinter/.devskim.json REPOSITORY_KICS_CONFIG_FILE: .github/megalinter/kics.config