Skip to content

Commit

Permalink
lint: link to gocritic issue (mmcloughlin#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Jan 13, 2019
1 parent 4aa8656 commit dba3cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ issues:
exclude:
# errcheck: Almost all programs ignore errors on these functions and in most cases it's ok
- Error return value of .((os\.)?std(out|err)\..*|.*Close|.*Flush|os\.Remove(All)?|.*printf?|os\.(Un)?Setenv). is not checked
# gocritic: unlambda with builtins is invalid.
# gocritic: https://github.com/go-critic/go-critic/issues/762
- ' with `(len|cap|real|imag)`'

0 comments on commit dba3cf3

Please sign in to comment.