golangci-lint #772
golangci-lint.yml
on: schedule
lint-pr-changes
6m 34s
lint-master-all
0s
Annotations
10 errors and 4 warnings
lint-pr-changes:
plugins/parsers/json_v2/parser.go#L272
result.IsObject undefined (type MetricNode has no field or method IsObject) (typecheck)
|
lint-pr-changes:
plugins/parsers/json_v2/parser.go#L285
result.IsArray undefined (type MetricNode has no field or method IsArray) (typecheck)
|
lint-pr-changes:
plugins/parsers/json_v2/parser.go#L288
result.Index undefined (type MetricNode has no field or method Index) (typecheck)
|
lint-pr-changes:
plugins/parsers/json_v2/parser.go#L290
result.ForEach undefined (type MetricNode has no field or method ForEach) (typecheck)
|
lint-pr-changes:
plugins/parsers/json_v2/parser.go#L337
result.String undefined (type MetricNode has no field or method String) (typecheck)
|
lint-pr-changes:
plugins/parsers/json_v2/parser.go#L343
result.Value undefined (type MetricNode has no field or method Value) (typecheck)
|
lint-pr-changes:
plugins/parsers/json_v2/parser.go#L480
result.IsArray undefined (type MetricNode has no field or method IsArray) (typecheck)
|
lint-pr-changes:
plugins/parsers/json_v2/parser.go#L482
result.ForEach undefined (type MetricNode has no field or method ForEach) (typecheck)
|
lint-pr-changes:
plugins/parsers/json_v2/parser.go#L5
"strconv" imported but not used (typecheck)
|
lint-pr-changes:
plugins/parsers/registry.go#L439
cfg.MeasurementName undefined (type JSONV2Config has no field or method MeasurementName) (typecheck)
|
lint-pr-changes
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint-pr-changes
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-pr-changes
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint-pr-changes
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|