issues

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2021 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnalyzerMeta

type AnalyzerMeta struct {
	Shortcode string // Analyzer shortcode
}

type Issue

type Issue struct {
	IssueText string       // The describing heading of the issue
	IssueCode string       // DeepSource code for the issue reported
	Location  Location     // The location data for the issue reported
	Analyzer  AnalyzerMeta // The Analyzer which raised the issue
}

type Location

type Location struct {
	Path     string   // The filepath where the issue is reported
	Position Position // The position info where the issue is raised
}

type Position

type Position struct {
	BeginLine int // The line where the code covered under the issue starts
	EndLine   int // The line where the code covered under the issue starts
}

Directories

Path Synopsis
Lists the issues reported in a single file mentioned by the user Lists the issues reported in the whole project
Lists the issues reported in a single file mentioned by the user Lists the issues reported in the whole project

Jump to

Keyboard shortcuts

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