checkstyle

package
v0.0.0-...-ebfb947 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSError

type CSError struct {
	Line     int    `xml:"line,attr"`
	Column   int    `xml:"column,attr"`
	Severity string `xml:"severity,attr"`
	Message  string `xml:"message,attr"`
	Source   string `xml:"source,attr"`
}

type CSFile

type CSFile struct {
	Name  string    `xml:"name,attr"`
	Error []CSError `xml:"error"`
}

type Checkstyle

type Checkstyle struct {
	Version string   `xml:"version,attr"`
	File    []CSFile `xml:"file"`
}

func Process

func Process(files []string) (bugs []*Checkstyle)

Process a list of file paths, loading them as Checkstyle structs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL