mirror of
https://github.com/ivuorinen/docker-php-with-imagick-multi.git
synced 2026-01-26 11:34:03 +00:00
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
This commit is contained in:
23
.mega-linter.yml
Normal file
23
.mega-linter.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user