Text Reporter
Generate text logs for each linter
- General execution log
mega-linter.log
(same as ConsoleReporter log) - A separate log file for each processed linter
Usage
Get Artifacts on GitHub Actions
- Access GitHub action run
- Click on Artifacts then click on MegaLinter reports
Get Artifacts on GitLab CI
- Access GitLab CI job page
- In Job Artifacts section, click on Download
Other CI tools
- You can export
mega-linter.log
and folder<WORKSPACE>/report
as external artifacts
- You can also use File.io Reporter or E-mail Reporter
Report folder structure
- Open the downloaded zip file and browse linters_logs folder for reports
Configuration
Variable | Description | Default value |
---|---|---|
TEXT_REPORTER | Activates/deactivates reporter | true |
TEXT_REPORTER_SUB_FOLDER | Sub-folder of reports folder containing text logs | linters_logs |