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

Enable linting ignored #2949

Closed
Tracked by #2953
phillebaba opened this issue Aug 30, 2024 · 0 comments · Fixed by #3040 or #3053
Closed
Tracked by #2953

Enable linting ignored #2949

phillebaba opened this issue Aug 30, 2024 · 0 comments · Fixed by #3040 or #3053
Assignees

Comments

@phillebaba
Copy link
Member

phillebaba commented Aug 30, 2024

We should explicitly check for all errors. This means never using blank identifiers for returned errors nor not capturing any errors.

The check should be enabled in the linter and all warnings should be fixed.

linters-settings:
    errcheck:
        check-blank: true
issues:
    include:
        - EXC0001
@github-project-automation github-project-automation bot moved this to Backlog in Zarf Aug 30, 2024
@phillebaba phillebaba changed the title Enable linting dogsled errors Enable linting ignored Aug 30, 2024
@phillebaba phillebaba mentioned this issue Aug 30, 2024
7 tasks
@mkcp mkcp self-assigned this Sep 11, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Zarf Sep 30, 2024
@mkcp mkcp reopened this Oct 1, 2024
@mkcp mkcp mentioned this issue Oct 1, 2024
2 tasks
@mkcp mkcp closed this as completed in #3053 Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants