Full-file syntax highlighting for diff pages #27800
pull-compliance.yml
on: pull_request
files-changed
/
detect
7s
lint-backend
5m 36s
lint-templates
0s
lint-yaml
0s
lint-swagger
0s
lint-spell
26s
lint-go-windows
5m 47s
lint-go-gogit
6m 50s
checks-backend
3m 3s
frontend
0s
backend
6m 48s
docs
0s
actions
0s
Annotations
12 errors
lint-backend:
services/gitdiff/gitdiff.go#L1262
S1011: should replace loop with `oldLines = append(oldLines, oldLines...)` (gosimple)
|
lint-backend:
services/gitdiff/gitdiff.go#L1274
S1011: should replace loop with `newLines = append(newLines, newLines...)` (gosimple)
|
lint-backend:
services/gitdiff/highlightdiff.go#L87
`(*highlightCodeDiff).diffWithHighlight` - `filename` is unused (unparam)
|
lint-backend
Process completed with exit code 2.
|
lint-go-windows:
services/gitdiff/gitdiff.go#L1262
S1011: should replace loop with `oldLines = append(oldLines, oldLines...)` (gosimple)
|
lint-go-windows:
services/gitdiff/gitdiff.go#L1274
S1011: should replace loop with `newLines = append(newLines, newLines...)` (gosimple)
|
lint-go-windows:
services/gitdiff/highlightdiff.go#L87
`(*highlightCodeDiff).diffWithHighlight` - `filename` is unused (unparam)
|
lint-go-windows
Process completed with exit code 2.
|
lint-go-gogit:
services/gitdiff/gitdiff.go#L1262
S1011: should replace loop with `oldLines = append(oldLines, oldLines...)` (gosimple)
|
lint-go-gogit:
services/gitdiff/gitdiff.go#L1274
S1011: should replace loop with `newLines = append(newLines, newLines...)` (gosimple)
|
lint-go-gogit:
services/gitdiff/highlightdiff.go#L87
`(*highlightCodeDiff).diffWithHighlight` - `filename` is unused (unparam)
|
lint-go-gogit
Process completed with exit code 2.
|