Nicolas Vuillamy

Results 300 comments of Nicolas Vuillamy

I unfortunately do not have access to my own GitHub runners :/ Please can you try to add in your .mega-linter.yml: ```yaml PYTHON_MYPY_ARGUMENTS: - "--no-incremental" ``` It should prevent mypy...

I'm sure it's easy... at work i setup gitlab runners because I need them, but unfortunately I don't have the time to setup all configurations of all MegaLinter users to...

REPORT_OUTPUT_FOLDER=none should indeed create nothing, this is a MegaLinter bug ^^ Glad you found a workaround :)

Having a ready to use dev environment on CodeSpaces would increase contributions , that would be excellent ! Is it possible to run CodeSpaces on an already built docker image...

![image](https://user-images.githubusercontent.com/17500430/191588744-a4f5ad8e-c2c8-4c10-b2d9-0eb1fbc49f99.png) I can reproduce, that's a start... And same if i install markdown-table-formatter beore

This problem is getting me crazy.... Basically, we just need to call `markdown-table-formatter@latest --verbose './**/*.md'` at the end of the build , and that must work on any config (I...

I see that node.js in on v14 , >= v16 would be recommended and the --yes may be understood :)

@echoix that seems great n thanks for the tip :) Unfortunately I tried it on windows and it did not work.... so I made a slight update to your commit,...

@omusavi > Believe it of not, I'm also not a python guy, I never coded anything else than MegaLinter in this language :D If the mix between @echoix 's update...

@omusavi please let me know when you have an even half-usable version with CodeSpaces, i'm pretty sure it could help me with this pull request : https://github.com/oxsecurity/megalinter/pull/1877 This will be...