Skip to content

Conversation

haya14busa
Copy link
Member

follow up of #688

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

@@ -71,26 +72,24 @@ func NewErrorformatParserString(efms []string) (*ErrorformatParser, error) {
return NewErrorformatParser(efm), nil
}

func (p *ErrorformatParser) Parse(r io.Reader) ([]*CheckResult, error) {
func (p *ErrorformatParser) Parse(r io.Reader) ([]*rdf.Diagnostic, 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 ErrorformatParser.Parse should have comment or be unexported

@@ -107,31 +106,27 @@ func NewCheckStyleParser() Parser {
return &CheckStyleParser{}
}

func (p *CheckStyleParser) Parse(r io.Reader) ([]*CheckResult, error) {
func (p *CheckStyleParser) Parse(r io.Reader) ([]*rdf.Diagnostic, 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 CheckStyleParser.Parse should have comment or be unexported

@@ -172,15 +167,19 @@ func NewRDJSONLParser() *RDJSONLParser {
return &RDJSONLParser{}
}

func (p *RDJSONLParser) Parse(r io.Reader) ([]*CheckResult, error) {
var results []*CheckResult
func (p *RDJSONLParser) Parse(r io.Reader) ([]*rdf.Diagnostic, 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

@@ -71,26 +72,24 @@
return NewErrorformatParser(efm), nil
}

func (p *ErrorformatParser) Parse(r io.Reader) ([]*CheckResult, error) {
func (p *ErrorformatParser) Parse(r io.Reader) ([]*rdf.Diagnostic, 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 ErrorformatParser.Parse should have comment or be unexported

@@ -107,31 +106,27 @@
return &CheckStyleParser{}
}

func (p *CheckStyleParser) Parse(r io.Reader) ([]*CheckResult, error) {
func (p *CheckStyleParser) Parse(r io.Reader) ([]*rdf.Diagnostic, 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 CheckStyleParser.Parse should have comment or be unexported

@@ -172,15 +167,19 @@
return &RDJSONLParser{}
}

func (p *RDJSONLParser) Parse(r io.Reader) ([]*CheckResult, error) {
var results []*CheckResult
func (p *RDJSONLParser) Parse(r io.Reader) ([]*rdf.Diagnostic, 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 rdf-original-output to master July 25, 2020 10:32
@haya14busa haya14busa merged commit cd563c2 into master Jul 25, 2020
@haya14busa haya14busa deleted the rdf-original-output-internal branch July 25, 2020 10:34
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.

2 participants