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

Ignore gosec false positives #14

Merged
merged 1 commit into from Nov 16, 2021
Merged

Conversation

PatrickCronin
Copy link
Owner

gosec has started reporting a G307 linting error for code that correctly checks the return value of file.Close() within a defer statement. We'll ignore that error until it's fixed. gosec#714

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1468060669

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.027%

Totals Coverage Status
Change from base Build 1358587303: 0.0%
Covered Lines: 318
Relevant Lines: 374

💛 - Coveralls

@PatrickCronin PatrickCronin merged commit 7c90c30 into main Nov 16, 2021
@PatrickCronin PatrickCronin deleted the pcronin/ignore-false-positives branch November 16, 2021 17:34
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.

None yet

3 participants