Merge pull request #1137 from k1LoW/make-store-internal #2916
Annotations
15 errors and 2 warnings
Run gostyle:
internal/eval/eval.go#L34
[gostyle.repetition] When naming exported symbols, the name of the package is always visible outside your package, so redundant information between the two should be reduced or eliminated. (ref: https://google.github.io/styleguide/go/decisions#package-vs-exported-symbol-name ): eval<-[Eval]->EvalWithTrace
|
Run gostyle:
internal/eval/eval.go#L62
[gostyle.repetition] When naming exported symbols, the name of the package is always visible outside your package, so redundant information between the two should be reduced or eliminated. (ref: https://google.github.io/styleguide/go/decisions#package-vs-exported-symbol-name ): eval<-[Eval]->Eval
|
Run gostyle:
internal/eval/eval.go#L71
[gostyle.repetition] When naming exported symbols, the name of the package is always visible outside your package, so redundant information between the two should be reduced or eliminated. (ref: https://google.github.io/styleguide/go/decisions#package-vs-exported-symbol-name ): eval<-[Eval]->EvalAny
|
Run gostyle:
internal/eval/eval.go#L100
[gostyle.repetition] When naming exported symbols, the name of the package is always visible outside your package, so redundant information between the two should be reduced or eliminated. (ref: https://google.github.io/styleguide/go/decisions#package-vs-exported-symbol-name ): eval<-[Eval]->EvalCond
|
Run gostyle:
internal/eval/eval.go#L113
[gostyle.repetition] When naming exported symbols, the name of the package is always visible outside your package, so redundant information between the two should be reduced or eliminated. (ref: https://google.github.io/styleguide/go/decisions#package-vs-exported-symbol-name ): eval<-[Eval]->EvalCount
|
Run gostyle:
internal/eval/eval.go#L143
[gostyle.repetition] When naming exported symbols, the name of the package is always visible outside your package, so redundant information between the two should be reduced or eliminated. (ref: https://google.github.io/styleguide/go/decisions#package-vs-exported-symbol-name ): eval<-[Eval]->EvalExpand
|
Run govulncheck
Cannot open: File exists
|
Run govulncheck
Cannot open: File exists
|
Run govulncheck
Cannot open: File exists
|
Run govulncheck
Cannot open: File exists
|
Run lint:
internal/eval/eval.go#L34
exported: func name will be used as eval.EvalWithTrace by other packages, and that stutters; consider calling this WithTrace (revive)
|
Run lint:
internal/eval/eval.go#L71
exported: func name will be used as eval.EvalAny by other packages, and that stutters; consider calling this Any (revive)
|
Run lint:
internal/eval/eval.go#L100
exported: func name will be used as eval.EvalCond by other packages, and that stutters; consider calling this Cond (revive)
|
Run lint:
internal/eval/eval.go#L113
exported: func name will be used as eval.EvalCount by other packages, and that stutters; consider calling this Count (revive)
|
Run lint:
internal/eval/eval.go#L143
exported: func name will be used as eval.EvalExpand by other packages, and that stutters; consider calling this Expand (revive)
|
Run govulncheck
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Run lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Loading