megalinter_write_config
Write a minimal MegaLinter configuration file to specify linter settings, fix behavior, and disable linters.
Instructions
Generate a minimal .mega-linter.yml configuration file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetPath | No | Output path for the MegaLinter config file. Defaults to .mega-linter.yml | |
| applyFixes | No | Value for APPLY_FIXES (none, all, or linter list). | none |
| showElapsedTime | No | Set SHOW_ELAPSED_TIME. | |
| flavorSuggestions | No | Set FLAVOR_SUGGESTIONS. | |
| disableLinters | No | Optional list for DISABLE_LINTERS. |