Skip to content

Fix lint warn

Fix lint warn #2673

Triggered via pull request September 5, 2024 22:00
@k1LoWk1LoW
synchronize #1035
fix-lint-warn
Status Failure
Total duration 4m 52s
Artifacts

ci.yml

on: pull_request
Matrix: Run on each OS
Fit to window
Zoom out
Zoom in

Annotations

5 errors
[gostyle] eval.go#L23: eval.go#L23
[gostyle.repetition] The compiler always knows the type of a variable, and in most cases it is also clear to the reader what type a variable is by how it is used. It is only necessary to clarify the type of a variable if its value appears twice in the same scope. (ref: https://google.github.io/styleguide/go/decisions#variable-name-vs-type ): maxUint<-[uint]->uint
[gostyle] eval.go#L24: eval.go#L24
[gostyle.repetition] The compiler always knows the type of a variable, and in most cases it is also clear to the reader what type a variable is by how it is used. It is only necessary to clarify the type of a variable if its value appears twice in the same scope. (ref: https://google.github.io/styleguide/go/decisions#variable-name-vs-type ): maxInt<-[int]->int
Lint: eval.go#L23
[gostyle.repetition] The compiler always knows the type of a variable, and in most cases it is also clear to the reader what type a variable is by how it is used. It is only necessary to clarify the type of a variable if its value appears twice in the same scope. (ref: https://google.github.io/styleguide/go/decisions#variable-name-vs-type ): maxUint<-[uint]->uint
Lint: eval.go#L24
[gostyle.repetition] The compiler always knows the type of a variable, and in most cases it is also clear to the reader what type a variable is by how it is used. It is only necessary to clarify the type of a variable if its value appears twice in the same scope. (ref: https://google.github.io/styleguide/go/decisions#variable-name-vs-type ): maxInt<-[int]->int
Lint
Process completed with exit code 1.