Home
last modified time | relevance | path

Searched defs:Linter (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/golangci/golangci-lint/pkg/golinters/goanalysis/
H A Dlinter.go44 type Linter struct { struct
45 name, desc string
46 analyzers []*analysis.Analyzer
50 loadMode LoadMode
51 needUseOriginalPackages bool
66 func (lnt *Linter) UseOriginalPackages() {
70 func (lnt *Linter) LoadMode() LoadMode {
89 func (lnt *Linter) Name() string {
93 func (lnt *Linter) Desc() string {
126 func (lnt *Linter) configure() error {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/golangci-lint/pkg/golinters/goanalysis/
H A Dlinter.go56 type Linter struct { struct
57 name, desc string
62 loadMode LoadMode
63 needUseOriginalPackages bool
64 isTypecheckModeOn bool
75 func (lnt *Linter) SetTypecheckMode() {
79 func (lnt *Linter) LoadMode() LoadMode {
98 func (lnt *Linter) Name() string {
102 func (lnt *Linter) Desc() string {
159 func (lnt *Linter) configure() error {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/golangci/golangci-lint/pkg/golinters/goanalysis/
H A Dlinter.go56 type Linter struct { struct
57 name, desc string
62 loadMode LoadMode
63 needUseOriginalPackages bool
64 isTypecheckModeOn bool
75 func (lnt *Linter) SetTypecheckMode() {
79 func (lnt *Linter) LoadMode() LoadMode {
98 func (lnt *Linter) Name() string {
102 func (lnt *Linter) Desc() string {
159 func (lnt *Linter) configure() error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/googleapis/gnostic/metrics/lint/
H A Dlinter.pb.go121 type Linter struct { struct
122 state protoimpl.MessageState
123 sizeCache protoimpl.SizeCache
124 unknownFields protoimpl.UnknownFields
126 Messages []*Message `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
129 func (x *Linter) Reset() {
138 func (x *Linter) String() string {
142 func (*Linter) ProtoMessage() {}
144 func (x *Linter) ProtoReflect() protoreflect.Message {
157 func (*Linter) Descriptor() ([]byte, []int) {
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/admin/src/
H A Dlinter.rs19 pub struct Linter { struct
33 impl Linter { argument
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/mgechev/revive/lint/
H A Dlinter.go18 type Linter struct { struct
19 reader ReadFile
33 func (l *Linter) Lint(packages [][]string, ruleSet []Rule, config Config) (<-chan Failure, error) {
56 …nter) lintPackage(filenames []string, ruleSet []Rule, config Config, failures chan Failure) error {
/dports/sysutils/helm/helm-3.5.2/pkg/lint/support/
H A Dmessage.go37 type Linter struct { struct
38 Messages []Message
40 HighestSeverity int
41 ChartDir string
62 func (l *Linter) RunLinterRule(severity int, path string, err error) bool {
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/pkg/lint/support/
H A Dmessage.go37 type Linter struct { struct
38 Messages []Message
40 HighestSeverity int
41 ChartDir string
62 func (l *Linter) RunLinterRule(severity int, path string, err error) bool {
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/metrics/testutil/
H A Dpromlint.go76 type Linter struct { struct
77 promLinter *promlint.Linter
83 func (l *Linter) Lint() ([]Problem, error) {
101 func (l *Linter) shouldIgnore(metricName string) bool {
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/metrics/testutil/
H A Dpromlint.go71 type Linter struct { struct
72 promLinter *promlint.Linter
78 func (l *Linter) Lint() ([]Problem, error) {
96 func (l *Linter) shouldIgnore(metricName string) bool {
/dports/devel/z88dk/z88dk/support/trs80/
H A Dcmd.c31 for (;;) {
38 count = fgetc( cmd );
78 fprintf( stdout, "start address at %xh.\n", bi->address);
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/lint/
H A Dlint.go146 type Linter struct { struct
147 Checkers []*analysis.Analyzer
148 CumulativeCheckers []CumulativeChecker
149 GoVersion int
150 Config config.Config
151 Stats Stats
152 RepeatAnalyzers uint
161 func (l *Linter) Lint(cfg *packages.Config, patterns []string) ([]Problem, error) {
/dports/sysutils/nomad/nomad-1.1.0/vendor/honnef.co/go/tools/lint/
H A Dlint.go146 type Linter struct { struct
147 Checkers []*analysis.Analyzer
148 CumulativeCheckers []CumulativeChecker
149 GoVersion int
150 Config config.Config
151 Stats Stats
152 RepeatAnalyzers uint
161 func (l *Linter) Lint(cfg *packages.Config, patterns []string) ([]Problem, error) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/honnef.co/go/tools/lint/
H A Dlint.go146 type Linter struct { struct
147 Checkers []*analysis.Analyzer
148 CumulativeCheckers []CumulativeChecker
149 GoVersion int
150 Config config.Config
151 Stats Stats
152 RepeatAnalyzers uint
161 func (l *Linter) Lint(cfg *packages.Config, patterns []string) ([]Problem, error) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/honnef.co/go/tools/lint/
H A Dlint.go146 type Linter struct { struct
147 Checkers []*analysis.Analyzer
148 CumulativeCheckers []CumulativeChecker
149 GoVersion int
150 Config config.Config
151 Stats Stats
152 RepeatAnalyzers uint
161 func (l *Linter) Lint(cfg *packages.Config, patterns []string) ([]Problem, error) {
/dports/security/vuls/vuls-0.13.7/vendor/honnef.co/go/tools/lint/
H A Dlint.go129 type Linter struct { struct
130 Checkers []*analysis.Analyzer
131 CumulativeCheckers []CumulativeChecker
132 GoVersion int
133 Config config.Config
134 Stats Stats
143 func (l *Linter) Lint(cfg *packages.Config, patterns []string) ([]Problem, error) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/honnef.co/go/tools/lint/
H A Dlint.go129 type Linter struct { struct
130 Checkers []*analysis.Analyzer
131 CumulativeCheckers []CumulativeChecker
132 GoVersion int
133 Config config.Config
134 Stats Stats
143 func (l *Linter) Lint(cfg *packages.Config, patterns []string) ([]Problem, error) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/honnef.co/go/tools/lint/
H A Dlint.go129 type Linter struct { struct
130 Checkers []*analysis.Analyzer
131 CumulativeCheckers []CumulativeChecker
132 GoVersion int
133 Config config.Config
134 Stats Stats
143 func (l *Linter) Lint(cfg *packages.Config, patterns []string) ([]Problem, error) {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/
H A Dpromlint.go31 type Linter struct { struct
37 r io.Reader member
38 mfs []*dto.MetricFamily
77 func (l *Linter) Lint() ([]Problem, error) {
/dports/security/vault/vault-1.8.2/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/
H A Dpromlint.go31 type Linter struct { struct
37 r io.Reader member
38 mfs []*dto.MetricFamily
77 func (l *Linter) Lint() ([]Problem, error) {
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/
H A Dpromlint.go31 type Linter struct { struct
37 r io.Reader member
38 mfs []*dto.MetricFamily
77 func (l *Linter) Lint() ([]Problem, error) {
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/
H A Dpromlint.go31 type Linter struct { struct
37 r io.Reader member
38 mfs []*dto.MetricFamily
77 func (l *Linter) Lint() ([]Problem, error) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/
H A Dpromlint.go31 type Linter struct { struct
37 r io.Reader member
38 mfs []*dto.MetricFamily
77 func (l *Linter) Lint() ([]Problem, error) {
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/
H A Dpromlint.go31 type Linter struct { struct
37 r io.Reader member
38 mfs []*dto.MetricFamily
77 func (l *Linter) Lint() ([]Problem, error) {
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/
H A Dpromlint.go31 type Linter struct { struct
37 r io.Reader member
38 mfs []*dto.MetricFamily
77 func (l *Linter) Lint() ([]Problem, error) {

12345678