diff --git a/.gometalinter.json b/.gometalinter.json index 02e7ab8f1..77b13bda8 100644 --- a/.gometalinter.json +++ b/.gometalinter.json @@ -7,6 +7,10 @@ "goimports": {"Command": "goimports -l -w"} }, + "Exclude": [ + "md_docs/*" + ], + "Enable": [ "deadcode", "errcheck", diff --git a/md_docs/md_docs.go b/md_docs/md_docs.go index d0a81d3ab..a8b4e015f 100644 --- a/md_docs/md_docs.go +++ b/md_docs/md_docs.go @@ -11,7 +11,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// nolint package md_docs import ( diff --git a/md_docs/util.go b/md_docs/util.go index 9868c11cb..087196da5 100644 --- a/md_docs/util.go +++ b/md_docs/util.go @@ -11,7 +11,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// nolint package md_docs import (