summaryrefslogtreecommitdiff
path: root/.tool
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-01-12 15:51:14 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-01-16 14:58:06 +0000
commit3cd647ccf62be30c3e9fc134c512260e123b7953 (patch)
tree82dac2e9cdf00b2f6cb8c719bc09211f962cfdf4 /.tool
parenta23dd7a7898ba80a54bc8321dc9a2c53dd870af8 (diff)
downloadpodman-3cd647ccf62be30c3e9fc134c512260e123b7953.tar.gz
podman-3cd647ccf62be30c3e9fc134c512260e123b7953.tar.bz2
podman-3cd647ccf62be30c3e9fc134c512260e123b7953.zip
Disable interfacer linter
I have not yet seen a useful warning produced by this one Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #220 Approved by: rhatdan
Diffstat (limited to '.tool')
-rwxr-xr-x.tool/lint1
1 files changed, 0 insertions, 1 deletions
diff --git a/.tool/lint b/.tool/lint
index 72109a809..05495abe6 100755
--- a/.tool/lint
+++ b/.tool/lint
@@ -29,7 +29,6 @@ ${LINTER} \
--enable=gofmt\
--enable=golint\
--enable=ineffassign\
- --enable=interfacer\
--enable=megacheck\
--enable=misspell\
--enable=structcheck\