Files
docker-php-with-imagick-multi/.mega-linter.yml
Ismo Vuorinen eec02d4fa6 PHP 8.4 (#14)
* PHP 8.4

* feat: pr-lint, updates, php84 build

* chore(lint): fix lint errors, add .editorconfig

* chore(ci): testing kics config

* feat: refactor structure, add configs, lint.sh
2025-05-13 21:26:52 +03:00

24 lines
752 B
YAML

---
# Configuration file for MegaLinter
# See all available variables at
# https://megalinter.io/ and in linters documentation
APPLY_FIXES: all
PARALLEL: false
SHOW_ELAPSED_TIME: false # Show elapsed time at the end of MegaLinter run
FILEIO_REPORTER: false # Generate file.io report
GITHUB_STATUS_REPORTER: true # Generate GitHub status report
IGNORE_GENERATED_FILES: true # Ignore generated files
PRINT_ALPACA: false # Print Alpaca logo in console
SARIF_REPORTER: true # Generate SARIF report
SHOW_SKIPPED_LINTERS: false # Show skipped linters in MegaLinter log
FLAVOR_SUGGESTIONS: false
REPOSITORY_KICS_CONFIG_FILE: ".kics.config.yaml"
DISABLE_LINTERS:
- REPOSITORY_DEVSKIM
- REPOSITORY_GRYPE
- SPELL_CSPELL
- PHP_PSALM
- COPYPASTE_JSCPD