Skip to content

How to integrate with goland code inspection? #5185

Answered by ldez
Burning1020 asked this question in Q&A
Discussion options

You must be logged in to vote

FYI, we are not the maintainers of the Goland plugin for golangci-lint, this plugin is developed by JetBrains.
But I guess it just runs the binary.

So golangci-lint needs files to analyze, your files need to be on your file system.

There is no "real-time" inspection if the changes are not saved.

The plugin is not a code inspection: code inspections are rules inside the IDE.
As you said, the plugin is run by a file watcher, so when files are saved.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Burning1020
Comment options

Answer selected by Burning1020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants