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

Upgrade golangci linter #416

Merged
merged 1 commit into from Aug 28, 2022
Merged

Upgrade golangci linter #416

merged 1 commit into from Aug 28, 2022

Conversation

miry
Copy link
Contributor

@miry miry commented Aug 26, 2022

Linter shows warning messages to update config:

$ golangci-lint run
WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused. 
WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused. 
WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused. 

Remove those plugins.

Resolve new golangci-linter checks:

  • One of the big change: Setup timeouts for HTTP servers.

UPDATE: Do not merge. Need to test issue base on previous versions.

@miry miry self-assigned this Aug 26, 2022
@miry miry added the Toxiproxy label Aug 26, 2022
@miry miry added this to the 2.5.0 milestone Aug 26, 2022
@miry miry mentioned this pull request Aug 26, 2022
18 tasks
@miry miry changed the title Remove unmaintained golang-linter plugins Upgrade golangci linter Aug 26, 2022
@miry miry force-pushed the golanglint-update branch 4 times, most recently from 4fbc7fc to 9dd283d Compare August 26, 2022 23:38
@miry miry marked this pull request as ready for review August 26, 2022 23:40
@miry miry changed the title Upgrade golangci linter [WIP] Upgrade golangci linter Aug 27, 2022
@miry miry changed the title [WIP] Upgrade golangci linter Upgrade golangci linter Aug 28, 2022
@miry miry force-pushed the golanglint-update branch 3 times, most recently from 57ed090 to f9a0fb7 Compare August 28, 2022 16:57
Remove unmaintained golang-linter plugins.
Fix linter warning messages.
@miry miry merged commit 83ad834 into master Aug 28, 2022
@miry miry deleted the golanglint-update branch August 28, 2022 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant