Skip to content

Commit

Permalink
shh errcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Jul 5, 2018
1 parent cc78971 commit b83ac43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gometalinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Deadline": "5m",
"Linters": {
"errcheck": {
"Command": "errcheck -abspath -ignore '[rR]ead|[wW]rite|Close'",
"Command": "errcheck -abspath -ignore '[rR]ead|[wW]rite|Close|[fF]Print'",
"Pattern": "PATH:LINE:COL:MESSAGE",
"InstallFrom": "github.com/kisielk/errcheck",
"PartitionStrategy": "packages"
Expand Down

0 comments on commit b83ac43

Please sign in to comment.