Nicolas Vuillamy

Results 300 comments of Nicolas Vuillamy

@schorlton Oh, so the --version is boring :o Do you have some public repo where I could see the problem ? @Kurt-von-Laven "they" is kind of .... me 🤣 I'm...

That may indeed be caused by the big amount of nextflow files.... I'll test with npm-groovy-lint and try to pimp it :)

@schorlton I'm finalizing a pull request on codenarc to arrange that, then it will arrive in npm-groovy-lint, then megalinter :) Slow but progressing :)

https://github.com/CodeNarc/CodeNarc/pull/717

@schorlton I have to wait for CodeNarc new release... they are not frequent as MegaLinter... ^^ https://github.com/CodeNarc/CodeNarc

Are you using 10.1.0 ? I can't reproduce the issue :/ I tried in `lib/example` of this repo (there is a test case for that) `npm-groovy-lint'` lints 13 files `npm-groovy-lint...

Same :/ `npm-groovy-lint --noserver` -> 13 linted files `npm-groovy-lint --ignorepattern '**/fake_node_modules/**/*' --noserver` -> 12 linted files What command line do you use ? bash ? powershell ? cmd ?

I saw you forked the repo To try to reproduce and debug, you can use ```shell npm link npm run groovy:run-server-from-source ``` In the console of the groovy server you'll...

Current architecture of npm-groovy-lint is not compliant with multiple output formats If you really need such behaviour, there are several possibilites: - Make a pull request in npm-groovy-lint, to allow...