Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

golangci: support running errcheck with all its options #1

Merged
merged 1 commit into from
Oct 3, 2018

Conversation

a8m
Copy link

@a8m a8m commented Sep 11, 2018

Follow golangci/golangci-lint#223, I've added the option to run the errcheck linter with all its options. Also, kept backward compatibility in order to do the transition in the golangci-lint package gradually.

/cc @jirfag

Follow golangci/golangci-lint#223, I've added the option to run the errcheck
linter with all its options. Also, kept backwards compatibility in order to
do the transition in the golangci-lint package gradually.
a8m added a commit to a8m/golangci-lint that referenced this pull request Sep 12, 2018
Add support for the exclude and ignore flags of errcheck.
Note that, this commit depends on golangci/errcheck#1. We need
to merge it first, update vendors and only then merge this one.
@jirfag jirfag merged commit 1765131 into golangci:master Oct 3, 2018
@a8m a8m deleted the feat/run-config branch October 4, 2018 20:34
jirfag pushed a commit to golangci/golangci-lint that referenced this pull request Oct 10, 2018
Add support for the exclude and ignore flags of errcheck.
Note that, this commit depends on golangci/errcheck#1. We need
to merge it first, update vendors and only then merge this one.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants