Skip to content

Commit

Permalink
Add golangcilint package
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Apr 29, 2020
1 parent 30d5cde commit 327693f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/golangcilint/config/parser.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package config

// Parser analyzes a configuration file for golangci-lint.
type Parser struct {
}
5 changes: 5 additions & 0 deletions pkg/golangcilint/linters/parser.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package linters

// Parser parses analyzes the results of `golangci-lint linters`.
type Parser struct {
}
6 changes: 6 additions & 0 deletions pkg/golangcilint/result/parser.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package result

// Parser analyzes the results of the `golangci-lint run`
type Parser type {

}

0 comments on commit 327693f

Please sign in to comment.