Nicolas Vuillamy

Results 300 comments of Nicolas Vuillamy

@coderaiser not yet sorry (lack of free time/priorities) but I unstaled to not forget :)

Interesting, TODO when we have some bandwith :) Or you can also make a PR :)

Agreed :) Let's hope someone (me or other) find time someday soon to add it :)

## [MegaLinter](https://oxsecurity.github.io/megalinter/beta) status: :warning: [**WARNING**](https://github.com/oxsecurity/megalinter/actions/runs/2988656958) | Descriptor | Linter |Files|Fixed| Errors |Elapsed time| |------------------|----------------------------------------------------------------------------------------------------------------------|-----|----:|--------------------------------------------------------------------------|------------| |βœ… BASH |[bash-exec](https://oxsecurity.github.io/megalinter/beta/descriptors/bash_bash_exec) | 7| | 0|0.01s | |βœ… BASH |[shellcheck](https://oxsecurity.github.io/megalinter/beta/descriptors/bash_shellcheck) | 7| | 0|0.25s |...

## [πŸ¦™ MegaLinter](https://oxsecurity.github.io/megalinter/beta) status: :warning: [**WARNING**](https://github.com/oxsecurity/megalinter/actions/runs/3107225779) | Descriptor | Linter |Files|Fixed| Errors |Elapsed time| |------------------|----------------------------------------------------------------------------------------------------------------------|-----|----:|---------------------------------------------------------------------------|------------| |βœ… BASH |[bash-exec](https://oxsecurity.github.io/megalinter/beta/descriptors/bash_bash_exec) | 7| | 0|0.04s | |βœ… BASH |[shellcheck](https://oxsecurity.github.io/megalinter/beta/descriptors/bash_shellcheck) | 7| | 0|0.38s...

## [πŸ¦™ MegaLinter](https://oxsecurity.github.io/megalinter/test-nuillam-patch) status: :warning: [**WARNING**](https://github.com/oxsecurity/megalinter/actions/runs/3107225650) | Descriptor | Linter |Files|Fixed| Errors |Elapsed time| |--------------------|------------------------------------------------------------------------------------------------------------------------------------|-----|----:|---------------------------------------------------------------------------|------------| |βœ… BASH |[bash-exec](https://oxsecurity.github.io/megalinter/test-nuillam-patch/descriptors/bash_bash_exec) | 7| | 0|0.01s | |βœ… BASH |[shellcheck](https://oxsecurity.github.io/megalinter/test-nuillam-patch/descriptors/bash_shellcheck) | 7| | 0|0.33s...

@schorlton I recently released a new npm-groovy-lint version that can accept a list of files Please could you disable groovy like suggested by @Kurt-von-Laven , so we can know if...

(if npm-groovy-lint is guilty, you may also use `GROOVY_NPM_GROOVY_LINT_CLI_LINT_MODE: file`, it will be slower but may work before a fix is published )

Please can you try defining the following in your MegaLinter config file ? `GROOVY_NPM_GROOVY_LINT_ARGUMENTS: --noserver`

you can try first to remove `GROOVY_NPM_GROOVY_LINT_CLI_LINT_MODE: file` and see what happens with only `GROOVY_NPM_GROOVY_LINT_ARGUMENTS: --noserver` :)