-
-
Notifications
You must be signed in to change notification settings - Fork 293
Labels
bugSomething isn't workingSomething isn't workingnostaleThis issue or pull request is not stale, keep it openThis issue or pull request is not stale, keep it open
Description
Describe the bug
When I (use a container image to) run megalinter locally, I want it to not create reports. Unfortunately, setting REPORT_OUTPUT_FOLDER to none doesn't help as documented, instead it makes megalinter create a folder named "none".
To Reproduce
Steps to reproduce the behavior:
- Create a configuration file
.mega-linter.yml. - Add
REPORT_OUTPUT_FOLDER: noneas a configuration setting in that file. - Run megalinter (e.g. via a container image as below).
- A folder named "none" is created, which contains the megalinter reports.
docker run --rm -v $PWD:$PWD -e DEFAULT_WORKSPACE=$PWD oxsecurity/megalinter-documentation:v6Expected behavior
No folder is created. No reports are written to the file system.
Additional context
Related: Is there a typo in the documentation of REPORT_OUTPUT_FOLDER or what does that sentence mean?
- Send `none` to not generate reports
+ Set to `none` to not generate reportsReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnostaleThis issue or pull request is not stale, keep it openThis issue or pull request is not stale, keep it open