Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change golangci-lint config #49

Merged
merged 1 commit into from
Sep 1, 2020
Merged

Change golangci-lint config #49

merged 1 commit into from
Sep 1, 2020

Conversation

n9v9
Copy link
Contributor

@n9v9 n9v9 commented Sep 1, 2020

Hi, this changes the default config for the golangci-linter based on the changes implemented in iamcco/diagnostic-languageserver@03a713e.

Removes %file because this linter does not work on a single file when
that file uses code defined in other files. Add filtering on sourceName to
only display diagnostics from the current file.

Remove '%file' because this linter does not work on a single file when
that file uses code defined in other files. Add sourceName filtering to
only display diagnostics from the current file implemented in iamcco/diagnostic-languageserver@03a713e.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants