Skip to content

Commit

Permalink
[lint] ignore unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed Jun 1, 2018
1 parent 845be5a commit 7278b2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gometalinter.json
@@ -0,0 +1,5 @@
{
"Exclude": [
"(*TableBlock).getIntInfo"
]
}

0 comments on commit 7278b2d

Please sign in to comment.