Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rdjsonl as input format #674

Merged
merged 1 commit into from
Jul 21, 2020
Merged

Support rdjsonl as input format #674

merged 1 commit into from
Jul 21, 2020

Conversation

haya14busa
Copy link
Member

@haya14busa haya14busa commented Jul 20, 2020

  • Updated Unreleased section in CHANGELOG or it's not notable changes.

// RDJSONLParser is parser for rdjsonl format.
type RDJSONLParser struct{}

func NewRDJSONLParser() *RDJSONLParser {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-circleci] reported by reviewdog 🐶
exported function NewRDJSONLParser should have comment or be unexported

return &RDJSONLParser{}
}

func (p *RDJSONLParser) Parse(r io.Reader) ([]*CheckResult, error) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-circleci] reported by reviewdog 🐶
exported method RDJSONLParser.Parse should have comment or be unexported

// RDJSONLParser is parser for rdjsonl format.
type RDJSONLParser struct{}

func NewRDJSONLParser() *RDJSONLParser {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-pr-review] reported by reviewdog 🐶
exported function NewRDJSONLParser should have comment or be unexported

return &RDJSONLParser{}
}

func (p *RDJSONLParser) Parse(r io.Reader) ([]*CheckResult, error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-pr-review] reported by reviewdog 🐶
exported method RDJSONLParser.Parse should have comment or be unexported

Base automatically changed from rdformat-basic to master July 21, 2020 15:02
@haya14busa haya14busa merged commit a210751 into master Jul 21, 2020
@haya14busa haya14busa deleted the rdformat-input branch July 21, 2020 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants