Skip to content

Commit

Permalink
Move nolint of md_docs to .gometalinter.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Aug 31, 2018
1 parent a24fd47 commit d3a678a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gometalinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"goimports": {"Command": "goimports -l -w"}
},

"Exclude": [
"md_docs/*"
],

"Enable": [
"deadcode",
"errcheck",
Expand Down
1 change: 0 additions & 1 deletion md_docs/md_docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// nolint
package md_docs

import (
Expand Down
1 change: 0 additions & 1 deletion md_docs/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// nolint
package md_docs

import (
Expand Down

0 comments on commit d3a678a

Please sign in to comment.