Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
louissobel committed May 19, 2018
1 parent 12b83e1 commit 070cb41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/errcheck/errcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ func (c *Checker) SetExclude(l map[string]bool) {
} {
c.exclude[exc] = true
}

for k := range l {
c.exclude[k] = true
}
}

func (c *Checker) logf(msg string, args ...interface{}) {
Expand Down

0 comments on commit 070cb41

Please sign in to comment.