Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Ignore false-positive gosec G307 linting errors #262

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Nov 10, 2021

Issues reported after upgrading golangci-lint to v1.43.0.
gosec was updated in that version from v2.8.1 to v2.9.1.

fixes #261
refs golangci/golangci-lint#2299

Issues reported after upgrading golangci-lint to v1.43.0.
gosec was updated in that version from v2.8.1 to v2.9.1.

refs #261
refs golangci/golangci-lint#2299
@atc0005 atc0005 added bug Something isn't working linting labels Nov 10, 2021
@atc0005 atc0005 added this to the Next Release milestone Nov 10, 2021
@atc0005 atc0005 self-assigned this Nov 10, 2021
@atc0005 atc0005 merged commit 5feb4d0 into master Nov 10, 2021
@atc0005 atc0005 deleted the i261-ignore-false-positive-gosec-linting-error branch November 10, 2021 11:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working linting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive G307: Deferring unsafe method "Close" on type "*os.File" (gosec) linting error
1 participant