intellij-plugin-golangci-lint
intellij-plugin-golangci-lint copied to clipboard
Very long delay between change and linting
As for now, on windows machine and Goland IDE, linting (it results) show up after like 10-15 seconds after save action.
Perfect behaviour is like the eslint does it - debounced linting on changes (i suppose, not sure, but it works there like immediately).
Is it can be considered a bug or there are any restrictions for immediate execution for linter to be executed?
What level of concurrency do you have set?
Usually 4