refactor
This commit is contained in:
parent
1285a70612
commit
5499441b8e
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Build, run and go tool manipulations.
|
// Package output includes build, run and go tool related manipulations.
|
||||||
package output
|
package output
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -43,7 +43,7 @@ const (
|
||||||
lintSeverityWarn = "warning" // lint severity: warning
|
lintSeverityWarn = "warning" // lint severity: warning
|
||||||
)
|
)
|
||||||
|
|
||||||
// Code lint.
|
// Lint represents a code lint.
|
||||||
type Lint struct {
|
type Lint struct {
|
||||||
File string `json:"file"`
|
File string `json:"file"`
|
||||||
LineNo int `json:"lineNo"`
|
LineNo int `json:"lineNo"`
|
||||||
|
|
Loading…
Reference in New Issue