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

feat(golangcilint): disable forcetypeassert linter #65

Merged
merged 1 commit into from Jan 10, 2022

Conversation

Edholm
Copy link
Member

@Edholm Edholm commented Jan 10, 2022

this linter has a bit too many false positives where the assetion has
been checked beforehand. Let's remove it for now and re-add it for a
stricter linter in the future.

@Edholm Edholm added linter Linter related changes chore labels Jan 10, 2022
@Edholm Edholm changed the title chore(golangcilint): disable forcetypeassert linter chore(golangcilint): disable forcetypeassert linter Jan 10, 2022
Copy link
Member

@odsod odsod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to feat to trigger a release?

this linter has a bit too many false positives where the assetion has
been checked beforehand. Let's remove it for now and re-add it for a
stricter linter in the future.
@Edholm Edholm force-pushed the chore/remove-forcetypeassert branch from 4697143 to 6bdd4c3 Compare January 10, 2022 12:41
@Edholm Edholm changed the title chore(golangcilint): disable forcetypeassert linter feat(golangcilint): disable forcetypeassert linter Jan 10, 2022
@Edholm Edholm added enhancement New feature or request and removed chore labels Jan 10, 2022
@Edholm Edholm merged commit 6bdd4c3 into main Jan 10, 2022
@Edholm Edholm deleted the chore/remove-forcetypeassert branch January 10, 2022 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request linter Linter related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants