diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2018-08-28 12:17:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-28 12:17:35 -0400 |
| commit | c0201760ff6cd9acd992eb7e96f447c401fd3178 (patch) | |
| tree | 7e807abf5d2462d36fff4560633bbb2ca8766172 /data | |
| parent | c7a9e4c13a75c67a281d00b91f022618273eb604 (diff) | |
| parent | 9d66b91282a0967fb815aaf7ae2de054551dbabd (diff) | |
Merge pull request #383 from hairyhenderson/fix-lint
Updating gometalinter config and fixing new lint errors
Diffstat (limited to 'data')
| -rw-r--r-- | data/datasource_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/datasource_test.go b/data/datasource_test.go index d975d942..fca4a23a 100644 --- a/data/datasource_test.go +++ b/data/datasource_test.go @@ -337,6 +337,7 @@ func TestReadStdin(t *testing.T) { assert.Error(t, err) } +// nolint: megacheck func TestDefineDatasource(t *testing.T) { d := &Data{} s, err := d.DefineDatasource("", "foo.json") |
