types

package
v0.18.4 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Position

type Position struct {
	Character int `json:"character"`
	Line      int `"json:line"`
	Position  int `"json:position"`
}

Position represents where in the file the finding is located

type TSLintIssue

type TSLintIssue struct {
	RuleName      string   `json:"ruleName"`
	Failure       string   `json:"failure"`
	Name          string   `json:"name"`
	StartPosition Position `json:"startPosition"`
	EndPosition   Position `json:"endPosition"`
}

TSLintIssue represents a TSLint Result

Jump to

Keyboard shortcuts

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