You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mac-179s-Mac-mini:go-common mac-179$ golangci-lint --versiongolangci-lint has version 1.10.2 built from dbfcf63 on 2018-09-02T12:28:26Zmac-179s-Mac-mini:go-common mac-179$
mac-179s-Mac-mini:go-common mac-179$ golangci-lint -v run --disable-all -E golintINFO [config_reader] Config search paths: [./ /Users/mac-179/go/src/provider/project/go-common /Users/mac-179/go/src/provider/project /Users/mac-179/go/src/provider /Users/mac-179/go/src /Users/mac-179/go /Users/mac-179 /Users /] INFO [lintersdb] Active 1 linters: [golint] INFO [load/path_resolver] Skipped dirs: [.git .idea] INFO [load/path_resolver] Paths resolving took 7.122595ms: [auth cmd/jwkconverter enum errors firebase google/pubsub grpc/inventory grpc/mail grpc/purchase grpc/push grpc/shopping_list grpc/short_link grpc/sms grpc/supplier grpc/sync handler middleware request util validate] INFO [runner] worker.2 took 20.594µs INFO [runner] worker.4 took 11.986µs INFO [runner] worker.1 took 46.328µs INFO [runner] worker.3 took 457.546139ms with stages: golint: 457.505556ms INFO [runner] Workers idle times: #1: 457.425886ms, #2: 457.444336ms, #4: 457.431638ms INFO [runner] processing took 594.876µs with stages: autogenerated_exclude: 399.859µs, path_prettifier: 80.265µs, cgo: 73.752µs, exclude: 35.941µs, max_same_issues: 1.458µs, nolint: 779ns, max_from_linter: 618ns, source_code: 486ns, uniq_by_line: 451ns, diff: 448ns, skip_files: 425ns, max_per_file_from_linter: 394ns INFO Memory: 5 samples, avg is 68.9MB, max is 68.9MB INFO Execution took 485.948344ms mac-179s-Mac-mini:go-common mac-179$
golint output:
mac-179s-Mac-mini:go-common mac-179$ golint ./...enum/volume.go:78:1: exported method Volume.Name should have comment or be unexportedmac-179s-Mac-mini:go-common mac-179$
code:
funcVolumeList() []Volume {
returnvolumeUnits
}
The text was updated successfully, but these errors were encountered:
Hello, there are some problems with golint:
The text was updated successfully, but these errors were encountered: