file-plugins: enabling messagepack format #477
Annotations
5 errors
lint:
conduit/plugins/importers/filereader/filereader.go#L79
`seperate` is a misspelling of `separate` (misspell)
|
lint:
conduit/plugins/exporters/filewriter/file_exporter.go#L25
exported: exported const GenesisFilename should have comment (or a comment on this block) or be unexported (revive)
|
lint:
conduit/plugins/importers/filereader/filereader.go#L79
[Lint Errors] reported by reviewdog 🐶
`seperate` is a misspelling of `separate` (misspell)
Raw Output:
conduit/plugins/importers/filereader/filereader.go:79:39: `seperate` is a misspelling of `separate` (misspell)
// It is also assumed that there is a seperate round 0 block file adhering to the expected filename pattern with encoding.
^
|
lint:
conduit/plugins/exporters/filewriter/file_exporter.go#L25
[Lint Errors] reported by reviewdog 🐶
exported: exported const GenesisFilename should have comment (or a comment on this block) or be unexported (revive)
Raw Output:
conduit/plugins/exporters/filewriter/file_exporter.go:25:2: exported: exported const GenesisFilename should have comment (or a comment on this block) or be unexported (revive)
GenesisFilename = "genesis.json"
^
|
lint
reviewdog exited with status code: 1
|