mirror of
https://github.com/ivuorinen/docker-php-with-imagick-multi.git
synced 2026-01-26 03:24:11 +00:00
* 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
24 lines
752 B
YAML
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
|