alingse / go-linter-runner-example

a example for use go-linter-runner
MIT License
1 stars 0 forks source link

Run `revive:92c3209` collect some `false positive` #1

Closed alingse closed 3 days ago

alingse commented 1 week ago

@ccoVeille I have run it successful. see https://github.com/alingse/go-linter-runner-example/blob/main/.github/workflows/go-linter-runner-revive-92c3209.yml#L27 and the config file https://github.com/alingse/go-linter-runner-example/blob/main/revive.toml

alingse commented 1 week ago

Run revive -config ./revive.toml on Repo: https://github.com/alingse/go-linter-runner-example

Got total 2 line output in action:

Expand 1. badcodes/revive/revive_modify_value.go#L17:2: suspicious assignment to a by-value method receiver (false positive?) 2. badcodes/revive/revive_modify_value.go#L22:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/alingse/go-linter-runner-example/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/alingse/go-linter-runner-example

Got total 2 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11798974832

Expand
  1. badcodes/revive/revive_modify_value.go#L17:2: suspicious assignment to a by-value method receiver (false positive?)
  2. badcodes/revive/revive_modify_value.go#L22:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/alingse/go-linter-runner-example/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/jesseduffield/lazygit

Got total 16 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799062167

Expand
  1. pkg/gui/style/decoration.go#L52:3: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/gui/style/decoration.go#L56:3: suspicious assignment to a by-value method receiver (false positive?)
  3. pkg/gui/style/decoration.go#L60:3: suspicious assignment to a by-value method receiver (false positive?)
  4. pkg/gui/style/text_style.go#L62:2: suspicious assignment to a by-value method receiver (false positive?)
  5. pkg/gui/style/text_style.go#L68:2: suspicious assignment to a by-value method receiver (false positive?)
  6. pkg/gui/style/decoration.go#L64:3: suspicious assignment to a by-value method receiver (false positive?)
  7. pkg/gui/style/text_style.go#L74:2: suspicious assignment to a by-value method receiver (false positive?)
  8. pkg/gui/style/text_style.go#L80:2: suspicious assignment to a by-value method receiver (false positive?)
  9. pkg/gui/style/text_style.go#L85:2: suspicious assignment to a by-value method receiver (false positive?)
  10. pkg/gui/style/text_style.go#L86:2: suspicious assignment to a by-value method receiver (false positive?)
  11. pkg/gui/style/text_style.go#L91:2: suspicious assignment to a by-value method receiver (false positive?)
  12. pkg/gui/style/text_style.go#L92:2: suspicious assignment to a by-value method receiver (false positive?)
  13. pkg/gui/style/text_style.go#L97:2: suspicious assignment to a by-value method receiver (false positive?)
  14. pkg/gui/style/text_style.go#L100:3: suspicious assignment to a by-value method receiver (false positive?)
  15. pkg/gui/style/text_style.go#L104:3: suspicious assignment to a by-value method receiver (false positive?)
  16. pkg/gui/style/text_style.go#L107:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/jesseduffield/lazygit/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/etcd-io/etcd

Got total 5 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799061805

Expand
  1. etcdctl/util/normalizer.go#L36:2: suspicious assignment to a by-value method receiver (false positive?)
  2. etcdctl/util/normalizer.go#L47:2: suspicious assignment to a by-value method receiver (false positive?)
  3. tests/robustness/traffic/traffic.go#L184:2: suspicious assignment to a by-value method receiver (false positive?)
  4. client/v3/compare.go#L114:2: suspicious assignment to a by-value method receiver (false positive?)
  5. client/v3/compare.go#L120:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/etcd-io/etcd/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/caddyserver/caddy

Got total 1 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799061579

Expand
  1. caddyconfig/httpcaddyfile/directives.go#L331:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/caddyserver/caddy/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/gohugoio/hugo

Got total 39 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799060992

Expand
  1. resources/internal/resourcepaths.go#L101:2: suspicious assignment to a by-value method receiver (false positive?)
  2. resources/internal/resourcepaths.go#L102:2: suspicious assignment to a by-value method receiver (false positive?)
  3. resources/internal/resourcepaths.go#L103:2: suspicious assignment to a by-value method receiver (false positive?)
  4. resources/internal/resourcepaths.go#L104:2: suspicious assignment to a by-value method receiver (false positive?)
  5. hugolib/doctree/treeshifttree.go#L50:2: suspicious assignment to a by-value method receiver (false positive?)
  6. deps/deps.go#L107:2: suspicious assignment to a by-value method receiver (false positive?)
  7. deps/deps.go#L108:2: suspicious assignment to a by-value method receiver (false positive?)
  8. deps/deps.go#L109:2: suspicious assignment to a by-value method receiver (false positive?)
  9. deps/deps.go#L110:2: suspicious assignment to a by-value method receiver (false positive?)
  10. config/commonConfig.go#L130:2: suspicious assignment to a by-value method receiver (false positive?)
  11. common/paths/pathparser.go#L306:2: suspicious assignment to a by-value method receiver (false positive?)
  12. common/paths/pathparser.go#L546:2: suspicious assignment to a by-value method receiver (false positive?)
  13. resources/transform.go#L235:2: suspicious assignment to a by-value method receiver (false positive?)
  14. resources/transform.go#L340:2: suspicious assignment to a by-value method receiver (false positive?)
  15. resources/transform.go#L344:2: suspicious assignment to a by-value method receiver (false positive?)
  16. resources/transform.go#L364:2: suspicious assignment to a by-value method receiver (false positive?)
  17. resources/resource.go#L618:2: suspicious assignment to a by-value method receiver (false positive?)
  18. resources/images/image.go#L130:2: suspicious assignment to a by-value method receiver (false positive?)
  19. resources/images/image.go#L131:2: suspicious assignment to a by-value method receiver (false positive?)
  20. resources/images/image.go#L140:2: suspicious assignment to a by-value method receiver (false positive?)
  21. resources/images/image.go#L141:2: suspicious assignment to a by-value method receiver (false positive?)
  22. hugolib/pagesfromdata/pagesfromgotmpl.go#L274:2: suspicious assignment to a by-value method receiver (false positive?)
  23. hugolib/pagesfromdata/pagesfromgotmpl.go#L275:2: suspicious assignment to a by-value method receiver (false positive?)
  24. tpl/tplimpl/template.go#L231:2: suspicious assignment to a by-value method receiver (false positive?)
  25. tpl/tplimpl/template.go#L232:2: suspicious assignment to a by-value method receiver (false positive?)
  26. tpl/tplimpl/template.go#L233:2: suspicious assignment to a by-value method receiver (false positive?)
  27. media/config.go#L141:3: suspicious assignment to a by-value method receiver (false positive?)
  28. media/config.go#L144:3: suspicious assignment to a by-value method receiver (false positive?)
  29. media/config.go#L147:3: suspicious assignment to a by-value method receiver (false positive?)
  30. media/config.go#L150:3: suspicious assignment to a by-value method receiver (false positive?)
  31. media/config.go#L153:3: suspicious assignment to a by-value method receiver (false positive?)
  32. media/config.go#L156:3: suspicious assignment to a by-value method receiver (false positive?)
  33. common/hugo/version.go#L115:2: suspicious assignment to a by-value method receiver (false positive?)
  34. hugofs/rootmapping_fs.go#L297:2: suspicious assignment to a by-value method receiver (false positive?)
  35. hugolib/content_map_page.go#L237:2: suspicious assignment to a by-value method receiver (false positive?)
  36. hugolib/content_map_page.go#L238:2: suspicious assignment to a by-value method receiver (false positive?)
  37. hugolib/content_map_page.go#L239:2: suspicious assignment to a by-value method receiver (false positive?)
  38. hugolib/content_map_page.go#L240:2: suspicious assignment to a by-value method receiver (false positive?)
  39. hugolib/content_map.go#L68:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/gohugoio/hugo/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/minio/minio

Got total 4 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799062349

Expand
  1. cmd/metacache-entries.go#L489:2: suspicious assignment to a by-value method receiver (false positive?)
  2. cmd/data-usage-cache.go#L354:3: suspicious assignment to a by-value method receiver (false positive?)
  3. cmd/data-usage-cache.go#L358:3: suspicious assignment to a by-value method receiver (false positive?)
  4. cmd/data-usage-cache.go#L1325:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/minio/minio/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/ethereum/go-ethereum

Got total 18 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799061428

Expand
  1. eth/filters/filter_system.go#L49:3: suspicious assignment to a by-value method receiver (false positive?)
  2. eth/filters/filter_system.go#L52:3: suspicious assignment to a by-value method receiver (false positive?)
  3. p2p/dial.go#L142:3: suspicious assignment to a by-value method receiver (false positive?)
  4. p2p/dial.go#L145:3: suspicious assignment to a by-value method receiver (false positive?)
  5. p2p/dial.go#L148:3: suspicious assignment to a by-value method receiver (false positive?)
  6. p2p/dial.go#L154:3: suspicious assignment to a by-value method receiver (false positive?)
  7. p2p/discover/common.go#L71:3: suspicious assignment to a by-value method receiver (false positive?)
  8. p2p/discover/common.go#L74:3: suspicious assignment to a by-value method receiver (false positive?)
  9. p2p/discover/common.go#L79:3: suspicious assignment to a by-value method receiver (false positive?)
  10. p2p/discover/common.go#L82:3: suspicious assignment to a by-value method receiver (false positive?)
  11. p2p/discover/common.go#L85:3: suspicious assignment to a by-value method receiver (false positive?)
  12. p2p/dnsdisc/client.go#L73:3: suspicious assignment to a by-value method receiver (false positive?)
  13. p2p/dnsdisc/client.go#L76:3: suspicious assignment to a by-value method receiver (false positive?)
  14. p2p/dnsdisc/client.go#L79:3: suspicious assignment to a by-value method receiver (false positive?)
  15. p2p/dnsdisc/client.go#L82:3: suspicious assignment to a by-value method receiver (false positive?)
  16. p2p/dnsdisc/client.go#L85:3: suspicious assignment to a by-value method receiver (false positive?)
  17. p2p/dnsdisc/client.go#L88:3: suspicious assignment to a by-value method receiver (false positive?)
  18. p2p/dnsdisc/client.go#L91:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/ethereum/go-ethereum/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/prometheus/prometheus

Got total 10 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799061415

Expand
  1. util/convertnhcb/convertnhcb.go#L146:4: suspicious assignment to a by-value method receiver (false positive?)
  2. util/convertnhcb/convertnhcb.go#L149:3: suspicious assignment to a by-value method receiver (false positive?)
  3. util/convertnhcb/convertnhcb.go#L153:3: suspicious assignment to a by-value method receiver (false positive?)
  4. util/convertnhcb/convertnhcb.go#L154:3: suspicious assignment to a by-value method receiver (false positive?)
  5. util/convertnhcb/convertnhcb.go#L198:3: suspicious assignment to a by-value method receiver (false positive?)
  6. util/convertnhcb/convertnhcb.go#L228:3: suspicious assignment to a by-value method receiver (false positive?)
  7. storage/remote/stats.go#L56:2: suspicious assignment to a by-value method receiver (false positive?)
  8. storage/remote/stats.go#L57:2: suspicious assignment to a by-value method receiver (false positive?)
  9. storage/remote/stats.go#L58:2: suspicious assignment to a by-value method receiver (false positive?)
  10. storage/remote/stats.go#L59:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/prometheus/prometheus/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/hashicorp/terraform

Got total 2 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799062511

Expand
  1. internal/backend/remote-state/kubernetes/backend.go#L257:2: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/backend/remote-state/kubernetes/backend.go#L271:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/hashicorp/terraform/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/beego/beego

Got total 30 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799064242

Expand
  1. client/orm/orm_raw.go#L78:2: suspicious assignment to a by-value method receiver (false positive?)
  2. client/orm/orm_queryset.go#L94:3: suspicious assignment to a by-value method receiver (false positive?)
  3. client/orm/orm_queryset.go#L96:2: suspicious assignment to a by-value method receiver (false positive?)
  4. client/orm/orm_queryset.go#L103:3: suspicious assignment to a by-value method receiver (false positive?)
  5. client/orm/orm_queryset.go#L105:2: suspicious assignment to a by-value method receiver (false positive?)
  6. client/orm/orm_queryset.go#L112:3: suspicious assignment to a by-value method receiver (false positive?)
  7. client/orm/orm_queryset.go#L114:2: suspicious assignment to a by-value method receiver (false positive?)
  8. client/orm/orm_queryset.go#L126:2: suspicious assignment to a by-value method receiver (false positive?)
  9. client/orm/orm_queryset.go#L141:2: suspicious assignment to a by-value method receiver (false positive?)
  10. client/orm/orm_queryset.go#L151:2: suspicious assignment to a by-value method receiver (false positive?)
  11. client/orm/orm_queryset.go#L160:2: suspicious assignment to a by-value method receiver (false positive?)
  12. client/orm/orm_queryset.go#L166:2: suspicious assignment to a by-value method receiver (false positive?)
  13. client/orm/orm_queryset.go#L172:2: suspicious assignment to a by-value method receiver (false positive?)
  14. client/orm/orm_queryset.go#L178:2: suspicious assignment to a by-value method receiver (false positive?)
  15. client/orm/orm_queryset.go#L179:2: suspicious assignment to a by-value method receiver (false positive?)
  16. client/orm/orm_queryset.go#L185:2: suspicious assignment to a by-value method receiver (false positive?)
  17. client/orm/orm_queryset.go#L186:2: suspicious assignment to a by-value method receiver (false positive?)
  18. client/orm/orm_queryset.go#L192:2: suspicious assignment to a by-value method receiver (false positive?)
  19. client/orm/orm_queryset.go#L193:2: suspicious assignment to a by-value method receiver (false positive?)
  20. client/orm/orm_queryset.go#L201:3: suspicious assignment to a by-value method receiver (false positive?)
  21. client/orm/orm_queryset.go#L206:5: suspicious assignment to a by-value method receiver (false positive?)
  22. client/orm/orm_queryset.go#L208:5: suspicious assignment to a by-value method receiver (false positive?)
  23. client/orm/orm_queryset.go#L219:2: suspicious assignment to a by-value method receiver (false positive?)
  24. client/orm/orm_queryset.go#L386:2: suspicious assignment to a by-value method receiver (false positive?)
  25. client/orm/orm_conds.go#L57:2: suspicious assignment to a by-value method receiver (false positive?)
  26. client/orm/orm_conds.go#L66:2: suspicious assignment to a by-value method receiver (false positive?)
  27. client/orm/orm_conds.go#L75:2: suspicious assignment to a by-value method receiver (false positive?)
  28. client/orm/orm_conds.go#L111:2: suspicious assignment to a by-value method receiver (false positive?)
  29. client/orm/orm_conds.go#L120:2: suspicious assignment to a by-value method receiver (false positive?)
  30. client/orm/orm_conds.go#L158:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/beego/beego/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/traefik/traefik

Got total 1 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799061946

Expand
  1. cmd/traefik/traefik_test.go#L57:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/traefik/traefik/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/istio/istio

Got total 17 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799063043

Expand
  1. pkg/test/framework/components/cluster/topology.go#L158:2: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/test/framework/components/cluster/topology.go#L164:2: suspicious assignment to a by-value method receiver (false positive?)
  3. tools/istio-iptables/pkg/capture/run.go#L599:2: suspicious assignment to a by-value method receiver (false positive?)
  4. tools/istio-iptables/pkg/capture/run.go#L604:2: suspicious assignment to a by-value method receiver (false positive?)
  5. pilot/pkg/simulation/traffic.go#L135:3: suspicious assignment to a by-value method receiver (false positive?)
  6. pilot/pkg/simulation/traffic.go#L142:3: suspicious assignment to a by-value method receiver (false positive?)
  7. pilot/pkg/simulation/traffic.go#L145:3: suspicious assignment to a by-value method receiver (false positive?)
  8. pilot/pkg/simulation/traffic.go#L148:3: suspicious assignment to a by-value method receiver (false positive?)
  9. pilot/pkg/simulation/traffic.go#L152:3: suspicious assignment to a by-value method receiver (false positive?)
  10. pilot/pkg/simulation/traffic.go#L155:3: suspicious assignment to a by-value method receiver (false positive?)
  11. pilot/pkg/simulation/traffic.go#L158:3: suspicious assignment to a by-value method receiver (false positive?)
  12. pilot/pkg/networking/core/cluster_test.go#L412:3: suspicious assignment to a by-value method receiver (false positive?)
  13. pilot/pkg/networking/core/cluster_test.go#L415:3: suspicious assignment to a by-value method receiver (false positive?)
  14. pilot/pkg/networking/core/cluster_test.go#L418:3: suspicious assignment to a by-value method receiver (false positive?)
  15. pilot/pkg/model/policyattachment.go#L71:2: suspicious assignment to a by-value method receiver (false positive?)
  16. pilot/pkg/model/policyattachment.go#L72:2: suspicious assignment to a by-value method receiver (false positive?)
  17. pilot/pkg/model/policyattachment.go#L73:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/istio/istio/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/zeromicro/go-zero

Got total 1 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799065269

Expand
  1. tools/goctl/api/spec/fn.go#L35:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/zeromicro/go-zero/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/thanos-io/thanos

Got total 6 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799078935

Expand
  1. pkg/store/bucket.go#L2697:4: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/store/bucket.go#L2722:3: suspicious assignment to a by-value method receiver (false positive?)
  3. pkg/store/bucket.go#L2749:3: suspicious assignment to a by-value method receiver (false positive?)
  4. pkg/store/bucket.go#L2750:3: suspicious assignment to a by-value method receiver (false positive?)
  5. pkg/store/bucket.go#L2751:3: suspicious assignment to a by-value method receiver (false positive?)
  6. pkg/store/bucket.go#L2765:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/thanos-io/thanos/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/hashicorp/consul

Got total 25 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799065046

Expand
  1. internal/protohcl/decoder.go#L164:2: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/protohcl/decoder.go#L285:2: suspicious assignment to a by-value method receiver (false positive?)
  3. agent/leafcert/leafcert.go#L77:3: suspicious assignment to a by-value method receiver (false positive?)
  4. agent/leafcert/leafcert.go#L80:3: suspicious assignment to a by-value method receiver (false positive?)
  5. agent/leafcert/leafcert.go#L83:3: suspicious assignment to a by-value method receiver (false positive?)
  6. agent/leafcert/leafcert.go#L86:3: suspicious assignment to a by-value method receiver (false positive?)
  7. agent/leafcert/leafcert.go#L89:3: suspicious assignment to a by-value method receiver (false positive?)
  8. testing/deployer/topology/images.go#L87:3: suspicious assignment to a by-value method receiver (false positive?)
  9. testing/deployer/topology/images.go#L88:3: suspicious assignment to a by-value method receiver (false positive?)
  10. testing/deployer/topology/images.go#L90:3: suspicious assignment to a by-value method receiver (false positive?)
  11. testing/deployer/topology/images.go#L92:3: suspicious assignment to a by-value method receiver (false positive?)
  12. testing/deployer/topology/images.go#L102:3: suspicious assignment to a by-value method receiver (false positive?)
  13. testing/deployer/topology/images.go#L104:3: suspicious assignment to a by-value method receiver (false positive?)
  14. testing/deployer/topology/images.go#L106:2: suspicious assignment to a by-value method receiver (false positive?)
  15. testing/deployer/topology/images.go#L107:2: suspicious assignment to a by-value method receiver (false positive?)
  16. testing/deployer/topology/images.go#L110:2: suspicious assignment to a by-value method receiver (false positive?)
  17. testing/deployer/topology/images.go#L125:3: suspicious assignment to a by-value method receiver (false positive?)
  18. testing/deployer/topology/images.go#L128:3: suspicious assignment to a by-value method receiver (false positive?)
  19. testing/deployer/topology/images.go#L131:3: suspicious assignment to a by-value method receiver (false positive?)
  20. testing/deployer/topology/images.go#L134:3: suspicious assignment to a by-value method receiver (false positive?)
  21. testing/deployer/topology/images.go#L137:3: suspicious assignment to a by-value method receiver (false positive?)
  22. agent/structs/structs.go#L366:4: suspicious assignment to a by-value method receiver (false positive?)
  23. agent/structs/structs.go#L368:4: suspicious assignment to a by-value method receiver (false positive?)
  24. agent/structs/structs.go#L371:3: suspicious assignment to a by-value method receiver (false positive?)
  25. api/agent.go#L322:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/hashicorp/consul/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/kubernetes/kubernetes

Got total 49 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799060715

Expand
  1. staging/src/k8s.io/dynamic-resource-allocation/internal/workqueue/mockqueue.go#L83:2: suspicious assignment to a by-value method receiver (false positive?)
  2. staging/src/k8s.io/dynamic-resource-allocation/internal/workqueue/mockqueue.go#L84:2: suspicious assignment to a by-value method receiver (false positive?)
  3. staging/src/k8s.io/dynamic-resource-allocation/internal/workqueue/mockqueue.go#L85:2: suspicious assignment to a by-value method receiver (false positive?)
  4. staging/src/k8s.io/dynamic-resource-allocation/internal/workqueue/mockqueue.go#L86:2: suspicious assignment to a by-value method receiver (false positive?)
  5. staging/src/k8s.io/dynamic-resource-allocation/internal/workqueue/mockqueue.go#L87:2: suspicious assignment to a by-value method receiver (false positive?)
  6. plugin/pkg/admission/eventratelimit/admission_test.go#L83:2: suspicious assignment to a by-value method receiver (false positive?)
  7. test/e2e/framework/expect.go#L252:2: suspicious assignment to a by-value method receiver (false positive?)
  8. test/integration/scheduler_perf/scheduler_perf.go#L600:3: suspicious assignment to a by-value method receiver (false positive?)
  9. test/integration/scheduler_perf/update.go#L78:3: suspicious assignment to a by-value method receiver (false positive?)
  10. test/integration/scheduler_perf/create.go#L77:3: suspicious assignment to a by-value method receiver (false positive?)
  11. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go#L89:2: suspicious assignment to a by-value method receiver (false positive?)
  12. test/e2e/framework/expect.go#L257:2: suspicious assignment to a by-value method receiver (false positive?)
  13. plugin/pkg/admission/eventratelimit/admission_test.go#L88:2: suspicious assignment to a by-value method receiver (false positive?)
  14. test/integration/scheduler_perf/scheduler_perf.go#L638:3: suspicious assignment to a by-value method receiver (false positive?)
  15. test/integration/scheduler_perf/update.go#L80:2: suspicious assignment to a by-value method receiver (false positive?)
  16. plugin/pkg/admission/eventratelimit/admission_test.go#L101:2: suspicious assignment to a by-value method receiver (false positive?)
  17. test/integration/scheduler_perf/scheduler_perf.go#L722:3: suspicious assignment to a by-value method receiver (false positive?)
  18. test/integration/scheduler_perf/scheduler_perf.go#L768:3: suspicious assignment to a by-value method receiver (false positive?)
  19. plugin/pkg/admission/eventratelimit/admission_test.go#L106:2: suspicious assignment to a by-value method receiver (false positive?)
  20. plugin/pkg/admission/eventratelimit/admission_test.go#L111:2: suspicious assignment to a by-value method receiver (false positive?)
  21. test/integration/scheduler_perf/scheduler_perf.go#L902:3: suspicious assignment to a by-value method receiver (false positive?)
  22. plugin/pkg/admission/eventratelimit/admission_test.go#L117:2: suspicious assignment to a by-value method receiver (false positive?)
  23. staging/src/k8s.io/kubectl/pkg/util/templates/normalizers.go#L74:2: suspicious assignment to a by-value method receiver (false positive?)
  24. staging/src/k8s.io/kubectl/pkg/util/templates/normalizers.go#L79:2: suspicious assignment to a by-value method receiver (false positive?)
  25. staging/src/k8s.io/kubectl/pkg/util/templates/normalizers.go#L84:2: suspicious assignment to a by-value method receiver (false positive?)
  26. staging/src/k8s.io/kubectl/pkg/explain/formatter.go#L35:2: suspicious assignment to a by-value method receiver (false positive?)
  27. staging/src/k8s.io/kubectl/pkg/util/templates/normalizers.go#L95:2: suspicious assignment to a by-value method receiver (false positive?)
  28. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go#L145:2: suspicious assignment to a by-value method receiver (false positive?)
  29. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go#L150:2: suspicious assignment to a by-value method receiver (false positive?)
  30. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go#L155:2: suspicious assignment to a by-value method receiver (false positive?)
  31. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go#L156:2: suspicious assignment to a by-value method receiver (false positive?)
  32. test/e2e/common/node/container_probe.go#L1685:2: suspicious assignment to a by-value method receiver (false positive?)
  33. test/e2e/framework/pod/pod_client.go#L118:2: suspicious assignment to a by-value method receiver (false positive?)
  34. test/e2e/common/node/container_probe.go#L1690:2: suspicious assignment to a by-value method receiver (false positive?)
  35. pkg/controller/job/job_controller_test.go#L7917:2: suspicious assignment to a by-value method receiver (false positive?)
  36. pkg/controller/job/job_controller_test.go#L7922:2: suspicious assignment to a by-value method receiver (false positive?)
  37. pkg/controller/job/job_controller_test.go#L7927:2: suspicious assignment to a by-value method receiver (false positive?)
  38. pkg/controller/job/job_controller_test.go#L7932:2: suspicious assignment to a by-value method receiver (false positive?)
  39. pkg/controller/job/job_controller_test.go#L7937:2: suspicious assignment to a by-value method receiver (false positive?)
  40. pkg/controller/job/job_controller_test.go#L7938:2: suspicious assignment to a by-value method receiver (false positive?)
  41. pkg/controller/job/job_controller_test.go#L7939:2: suspicious assignment to a by-value method receiver (false positive?)
  42. pkg/controller/job/job_controller_test.go#L7944:2: suspicious assignment to a by-value method receiver (false positive?)
  43. pkg/controller/job/job_controller_test.go#L7949:2: suspicious assignment to a by-value method receiver (false positive?)
  44. pkg/controller/job/job_controller_test.go#L7954:2: suspicious assignment to a by-value method receiver (false positive?)
  45. pkg/controller/job/job_controller_test.go#L7972:3: suspicious assignment to a by-value method receiver (false positive?)
  46. pkg/controller/job/job_controller_test.go#L7979:2: suspicious assignment to a by-value method receiver (false positive?)
  47. pkg/controller/job/job_controller_test.go#L7994:2: suspicious assignment to a by-value method receiver (false positive?)
  48. pkg/controller/job/job_controller_test.go#L7999:2: suspicious assignment to a by-value method receiver (false positive?)
  49. pkg/controller/job/job_controller_test.go#L8004:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/kubernetes/kubernetes/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/twpayne/chezmoi

Got total 15 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799082024

Expand
  1. internal/chezmoibubbles/boolinputmodel.go#L51:4: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/chezmoibubbles/boolinputmodel.go#L61:2: suspicious assignment to a by-value method receiver (false positive?)
  3. internal/chezmoibubbles/intinputmodel.go#L52:4: suspicious assignment to a by-value method receiver (false positive?)
  4. internal/chezmoibubbles/stringinputmodel.go#L40:4: suspicious assignment to a by-value method receiver (false positive?)
  5. internal/chezmoibubbles/choiceinputmodel.go#L63:4: suspicious assignment to a by-value method receiver (false positive?)
  6. internal/chezmoibubbles/passwordinputmodel.go#L36:4: suspicious assignment to a by-value method receiver (false positive?)
  7. internal/chezmoibubbles/stringinputmodel.go#L47:2: suspicious assignment to a by-value method receiver (false positive?)
  8. internal/chezmoibubbles/intinputmodel.go#L62:2: suspicious assignment to a by-value method receiver (false positive?)
  9. internal/chezmoibubbles/passwordinputmodel.go#L43:2: suspicious assignment to a by-value method receiver (false positive?)
  10. internal/chezmoibubbles/choiceinputmodel.go#L78:2: suspicious assignment to a by-value method receiver (false positive?)
  11. internal/cmd/readhttpresponse.go#L54:3: suspicious assignment to a by-value method receiver (false positive?)
  12. internal/cmd/readhttpresponse.go#L59:4: suspicious assignment to a by-value method receiver (false positive?)
  13. internal/cmd/readhttpresponse.go#L85:3: suspicious assignment to a by-value method receiver (false positive?)
  14. internal/cmd/readhttpresponse.go#L91:3: suspicious assignment to a by-value method receiver (false positive?)
  15. internal/cmd/readhttpresponse.go#L96:4: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/twpayne/chezmoi/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/cert-manager/cert-manager

Got total 1 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799080953

Expand
  1. pkg/issuer/venafi/client/fake/connector.go#L37:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/cert-manager/cert-manager/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/kataras/iris

Got total 5 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799066358

Expand
  1. sessions/config.go#L76:3: suspicious assignment to a by-value method receiver (false positive?)
  2. sessions/config.go#L80:3: suspicious assignment to a by-value method receiver (false positive?)
  3. sessions/config.go#L84:3: suspicious assignment to a by-value method receiver (false positive?)
  4. macro/template.go#L52:4: suspicious assignment to a by-value method receiver (false positive?)
  5. macro/template.go#L61:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/kataras/iris/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/IBAX-io/go-ibax

Got total 7 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799084184

Expand
  1. packages/storage/sqldb/responecode.go#L131:2: suspicious assignment to a by-value method receiver (false positive?)
  2. packages/storage/sqldb/responecode.go#L140:2: suspicious assignment to a by-value method receiver (false positive?)
  3. packages/storage/sqldb/responecode.go#L141:2: suspicious assignment to a by-value method receiver (false positive?)
  4. packages/storage/sqldb/responecode.go#L146:2: suspicious assignment to a by-value method receiver (false positive?)
  5. packages/storage/sqldb/responecode.go#L147:2: suspicious assignment to a by-value method receiver (false positive?)
  6. packages/storage/sqldb/responecode.go#L152:2: suspicious assignment to a by-value method receiver (false positive?)
  7. packages/api/errors.go#L72:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/IBAX-io/go-ibax/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/sqlc-dev/sqlc

Got total 13 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799083109

Expand
  1. internal/compiler/find_params.go#L59:3: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/compiler/find_params.go#L62:3: suspicious assignment to a by-value method receiver (false positive?)
  3. internal/compiler/find_params.go#L65:3: suspicious assignment to a by-value method receiver (false positive?)
  4. internal/compiler/find_params.go#L69:4: suspicious assignment to a by-value method receiver (false positive?)
  5. internal/compiler/find_params.go#L73:3: suspicious assignment to a by-value method receiver (false positive?)
  6. internal/compiler/find_params.go#L133:4: suspicious assignment to a by-value method receiver (false positive?)
  7. internal/compiler/find_params.go#L137:3: suspicious assignment to a by-value method receiver (false positive?)
  8. internal/compiler/find_params.go#L140:3: suspicious assignment to a by-value method receiver (false positive?)
  9. internal/compiler/find_params.go#L144:4: suspicious assignment to a by-value method receiver (false positive?)
  10. internal/compiler/find_params.go#L147:4: suspicious assignment to a by-value method receiver (false positive?)
  11. internal/compiler/find_params.go#L151:3: suspicious assignment to a by-value method receiver (false positive?)
  12. internal/compiler/find_params.go#L196:4: suspicious assignment to a by-value method receiver (false positive?)
  13. internal/compiler/find_params.go#L201:6: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/sqlc-dev/sqlc/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/ory/kratos

Got total 6 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799083797

Expand
  1. persistence/sql/devices/persister_devices.go#L38:2: suspicious assignment to a by-value method receiver (false positive?)
  2. session/session.go#L283:2: suspicious assignment to a by-value method receiver (false positive?)
  3. persistence/sql/identity/persister_identity.go#L76:2: suspicious assignment to a by-value method receiver (false positive?)
  4. persistence/sql/persister.go#L119:2: suspicious assignment to a by-value method receiver (false positive?)
  5. persistence/sql/persister.go#L123:3: suspicious assignment to a by-value method receiver (false positive?)
  6. persistence/sql/persister.go#L128:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/ory/kratos/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/robertkrimen/otto

Got total 1 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799098521

Expand
  1. value.go#L452:5: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/robertkrimen/otto/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/kubernetes-sigs/kubebuilder

Got total 2 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799099214

Expand
  1. pkg/model/resource/resource.go#L144:3: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/model/resource/resource.go#L148:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/kubernetes-sigs/kubebuilder/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/linkerd/linkerd2

Got total 7 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799083986

Expand
  1. cli/table/table.go#L58:2: suspicious assignment to a by-value method receiver (false positive?)
  2. viz/cmd/top.go#L94:2: suspicious assignment to a by-value method receiver (false positive?)
  3. viz/cmd/top.go#L96:3: suspicious assignment to a by-value method receiver (false positive?)
  4. viz/cmd/top.go#L99:3: suspicious assignment to a by-value method receiver (false positive?)
  5. viz/cmd/top.go#L101:2: suspicious assignment to a by-value method receiver (false positive?)
  6. viz/cmd/top.go#L102:2: suspicious assignment to a by-value method receiver (false positive?)
  7. viz/cmd/top.go#L103:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/linkerd/linkerd2/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/cortexlabs/cortex

Got total 4 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799097747

Expand
  1. pkg/crds/controllers/batch/batchjob_controller_config.go#L35:3: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/crds/controllers/batch/batchjob_controller_config.go#L39:3: suspicious assignment to a by-value method receiver (false positive?)
  3. pkg/crds/controllers/batch/batchjob_controller_config.go#L43:3: suspicious assignment to a by-value method receiver (false positive?)
  4. pkg/crds/controllers/batch/batchjob_controller_config.go#L47:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/cortexlabs/cortex/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/future-architect/vuls

Got total 2 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799083319

Expand
  1. models/scanresults.go#L331:2: suspicious assignment to a by-value method receiver (false positive?)
  2. models/scanresults.go#L332:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/future-architect/vuls/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/anchore/grype

Got total 6 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799098291

Expand
  1. cmd/grype/cli/ui/handle_vulnerability_scanning_started.go#L132:3: suspicious assignment to a by-value method receiver (false positive?)
  2. cmd/grype/cli/ui/handle_vulnerability_scanning_started.go#L137:3: suspicious assignment to a by-value method receiver (false positive?)
  3. cmd/grype/cli/ui/handle_vulnerability_scanning_started.go#L138:3: suspicious assignment to a by-value method receiver (false positive?)
  4. cmd/grype/cli/ui/handle_vulnerability_scanning_started.go#L139:3: suspicious assignment to a by-value method receiver (false positive?)
  5. cmd/grype/cli/ui/handle_vulnerability_scanning_started.go#L140:3: suspicious assignment to a by-value method receiver (false positive?)
  6. cmd/grype/cli/ui/handle_vulnerability_scanning_started.go#L141:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/anchore/grype/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/derailed/k9s

Got total 15 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799066263

Expand
  1. internal/render/policy.go#L123:4: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/render/container.go#L49:3: suspicious assignment to a by-value method receiver (false positive?)
  3. internal/render/img_scan.go#L30:3: suspicious assignment to a by-value method receiver (false positive?)
  4. internal/render/img_scan.go#L39:4: suspicious assignment to a by-value method receiver (false positive?)
  5. internal/render/img_scan.go#L41:4: suspicious assignment to a by-value method receiver (false positive?)
  6. internal/render/img_scan.go#L43:4: suspicious assignment to a by-value method receiver (false positive?)
  7. internal/render/img_scan.go#L45:4: suspicious assignment to a by-value method receiver (false positive?)
  8. internal/render/img_scan.go#L47:4: suspicious assignment to a by-value method receiver (false positive?)
  9. internal/render/img_scan.go#L49:4: suspicious assignment to a by-value method receiver (false positive?)
  10. internal/config/shell_pod.go#L40:3: suspicious assignment to a by-value method receiver (false positive?)
  11. internal/config/shell_pod.go#L43:3: suspicious assignment to a by-value method receiver (false positive?)
  12. internal/config/logger.go#L38:3: suspicious assignment to a by-value method receiver (false positive?)
  13. internal/config/logger.go#L41:3: suspicious assignment to a by-value method receiver (false positive?)
  14. internal/config/logger.go#L44:3: suspicious assignment to a by-value method receiver (false positive?)
  15. internal/config/logger.go#L47:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/derailed/k9s/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/maxence-charriere/go-app

Got total 8 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799101041

Expand
  1. pkg/logs/logs.go#L71:3: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/errors/errors.go#L171:2: suspicious assignment to a by-value method receiver (false positive?)
  3. pkg/errors/errors.go#L189:3: suspicious assignment to a by-value method receiver (false positive?)
  4. pkg/errors/errors.go#L201:2: suspicious assignment to a by-value method receiver (false positive?)
  5. pkg/app/range.go#L54:2: suspicious assignment to a by-value method receiver (false positive?)
  6. pkg/app/range.go#L85:2: suspicious assignment to a by-value method receiver (false positive?)
  7. pkg/app/condition.go#L75:2: suspicious assignment to a by-value method receiver (false positive?)
  8. pkg/app/condition.go#L76:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/maxence-charriere/go-app/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/jetify-com/devbox

Got total 4 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799101338

Expand
  1. nix/flake/flakeref.go#L279:4: suspicious assignment to a by-value method receiver (false positive?)
  2. nix/flake/flakeref.go#L321:3: suspicious assignment to a by-value method receiver (false positive?)
  3. nix/flake/flakeref.go#L339:4: suspicious assignment to a by-value method receiver (false positive?)
  4. internal/cloud/cloud.go#L272:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/jetify-com/devbox/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/cosmos/cosmos-sdk

Got total 112 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799100443

Expand
  1. types/module/testutil/codec.go#L66:3: suspicious assignment to a by-value method receiver (false positive?)
  2. store/cachemulti/store.go#L86:2: suspicious assignment to a by-value method receiver (false positive?)
  3. store/cachemulti/store.go#L100:3: suspicious assignment to a by-value method receiver (false positive?)
  4. x/tx/signing/aminojson/json_marshal.go#L111:3: suspicious assignment to a by-value method receiver (false positive?)
  5. x/tx/signing/aminojson/json_marshal.go#L132:3: suspicious assignment to a by-value method receiver (false positive?)
  6. x/tx/signing/aminojson/json_marshal.go#L148:3: suspicious assignment to a by-value method receiver (false positive?)
  7. x/bank/keeper/keeper.go#L113:2: suspicious assignment to a by-value method receiver (false positive?)
  8. x/tx/signing/aminojson/json_marshal.go#L165:3: suspicious assignment to a by-value method receiver (false positive?)
  9. x/tx/signing/textual/internal/cbor/cbor.go#L120:2: suspicious assignment to a by-value method receiver (false positive?)
  10. x/tx/signing/textual/internal/cbor/cbor.go#L163:2: suspicious assignment to a by-value method receiver (false positive?)
  11. x/staking/types/validator.go#L338:2: suspicious assignment to a by-value method receiver (false positive?)
  12. x/params/types/subspace.go#L66:2: suspicious assignment to a by-value method receiver (false positive?)
  13. x/params/types/table.go#L69:3: suspicious assignment to a by-value method receiver (false positive?)
  14. x/staking/types/validator.go#L413:2: suspicious assignment to a by-value method receiver (false positive?)
  15. client/tx/factory.go#L151:2: suspicious assignment to a by-value method receiver (false positive?)
  16. client/context.go#L91:2: suspicious assignment to a by-value method receiver (false positive?)
  17. client/tx/factory.go#L157:2: suspicious assignment to a by-value method receiver (false positive?)
  18. x/staking/types/validator.go#L433:2: suspicious assignment to a by-value method receiver (false positive?)
  19. client/context.go#L97:2: suspicious assignment to a by-value method receiver (false positive?)
  20. client/tx/factory.go#L163:2: suspicious assignment to a by-value method receiver (false positive?)
  21. client/context.go#L103:2: suspicious assignment to a by-value method receiver (false positive?)
  22. x/staking/types/validator.go#L434:2: suspicious assignment to a by-value method receiver (false positive?)
  23. client/context.go#L112:2: suspicious assignment to a by-value method receiver (false positive?)
  24. client/tx/factory.go#L169:2: suspicious assignment to a by-value method receiver (false positive?)
  25. client/context.go#L118:2: suspicious assignment to a by-value method receiver (false positive?)
  26. x/staking/types/validator.go#L449:2: suspicious assignment to a by-value method receiver (false positive?)
  27. client/context.go#L125:2: suspicious assignment to a by-value method receiver (false positive?)
  28. client/tx/factory.go#L180:2: suspicious assignment to a by-value method receiver (false positive?)
  29. client/context.go#L131:2: suspicious assignment to a by-value method receiver (false positive?)
  30. x/staking/types/validator.go#L465:3: suspicious assignment to a by-value method receiver (false positive?)
  31. client/context.go#L137:2: suspicious assignment to a by-value method receiver (false positive?)
  32. client/tx/factory.go#L191:2: suspicious assignment to a by-value method receiver (false positive?)
  33. client/context.go#L143:2: suspicious assignment to a by-value method receiver (false positive?)
  34. x/staking/types/validator.go#L470:3: suspicious assignment to a by-value method receiver (false positive?)
  35. client/context.go#L149:2: suspicious assignment to a by-value method receiver (false positive?)
  36. client/tx/factory.go#L197:2: suspicious assignment to a by-value method receiver (false positive?)
  37. client/context.go#L155:2: suspicious assignment to a by-value method receiver (false positive?)
  38. x/staking/types/validator.go#L477:2: suspicious assignment to a by-value method receiver (false positive?)
  39. client/context.go#L162:2: suspicious assignment to a by-value method receiver (false positive?)
  40. client/tx/factory.go#L204:2: suspicious assignment to a by-value method receiver (false positive?)
  41. client/context.go#L169:2: suspicious assignment to a by-value method receiver (false positive?)
  42. client/context.go#L175:2: suspicious assignment to a by-value method receiver (false positive?)
  43. client/tx/factory.go#L210:2: suspicious assignment to a by-value method receiver (false positive?)
  44. client/tx/factory.go#L216:2: suspicious assignment to a by-value method receiver (false positive?)
  45. client/context.go#L181:2: suspicious assignment to a by-value method receiver (false positive?)
  46. client/context.go#L188:3: suspicious assignment to a by-value method receiver (false positive?)
  47. client/tx/factory.go#L222:2: suspicious assignment to a by-value method receiver (false positive?)
  48. client/tx/factory.go#L228:2: suspicious assignment to a by-value method receiver (false positive?)
  49. client/context.go#L195:2: suspicious assignment to a by-value method receiver (false positive?)
  50. client/context.go#L201:2: suspicious assignment to a by-value method receiver (false positive?)
  51. client/tx/factory.go#L235:2: suspicious assignment to a by-value method receiver (false positive?)
  52. client/tx/factory.go#L246:2: suspicious assignment to a by-value method receiver (false positive?)
  53. client/context.go#L207:2: suspicious assignment to a by-value method receiver (false positive?)
  54. client/context.go#L213:2: suspicious assignment to a by-value method receiver (false positive?)
  55. client/tx/factory.go#L252:2: suspicious assignment to a by-value method receiver (false positive?)
  56. client/tx/factory.go#L258:2: suspicious assignment to a by-value method receiver (false positive?)
  57. client/context.go#L219:2: suspicious assignment to a by-value method receiver (false positive?)
  58. client/context.go#L225:2: suspicious assignment to a by-value method receiver (false positive?)
  59. client/tx/factory.go#L264:2: suspicious assignment to a by-value method receiver (false positive?)
  60. client/tx/factory.go#L270:2: suspicious assignment to a by-value method receiver (false positive?)
  61. client/context.go#L232:2: suspicious assignment to a by-value method receiver (false positive?)
  62. client/context.go#L239:2: suspicious assignment to a by-value method receiver (false positive?)
  63. client/tx/factory.go#L276:2: suspicious assignment to a by-value method receiver (false positive?)
  64. client/tx/factory.go#L283:2: suspicious assignment to a by-value method receiver (false positive?)
  65. client/context.go#L246:2: suspicious assignment to a by-value method receiver (false positive?)
  66. client/context.go#L253:2: suspicious assignment to a by-value method receiver (false positive?)
  67. client/tx/factory.go#L321:2: suspicious assignment to a by-value method receiver (false positive?)
  68. client/context.go#L260:2: suspicious assignment to a by-value method receiver (false positive?)
  69. client/context.go#L267:2: suspicious assignment to a by-value method receiver (false positive?)
  70. client/context.go#L273:2: suspicious assignment to a by-value method receiver (false positive?)
  71. client/context.go#L279:2: suspicious assignment to a by-value method receiver (false positive?)
  72. client/context.go#L285:2: suspicious assignment to a by-value method receiver (false positive?)
  73. client/context.go#L302:2: suspicious assignment to a by-value method receiver (false positive?)
  74. client/context.go#L308:2: suspicious assignment to a by-value method receiver (false positive?)
  75. client/context.go#L315:2: suspicious assignment to a by-value method receiver (false positive?)
  76. client/context.go#L322:2: suspicious assignment to a by-value method receiver (false positive?)
  77. client/context.go#L328:2: suspicious assignment to a by-value method receiver (false positive?)
  78. client/context.go#L334:2: suspicious assignment to a by-value method receiver (false positive?)
  79. client/context.go#L340:2: suspicious assignment to a by-value method receiver (false positive?)
  80. client/context.go#L346:2: suspicious assignment to a by-value method receiver (false positive?)
  81. client/context.go#L352:2: suspicious assignment to a by-value method receiver (false positive?)
  82. orm/model/ormtable/backend.go#L102:2: suspicious assignment to a by-value method receiver (false positive?)
  83. types/context.go#L148:2: suspicious assignment to a by-value method receiver (false positive?)
  84. types/events.go#L202:3: suspicious assignment to a by-value method receiver (false positive?)
  85. orm/model/ormtable/backend.go#L111:2: suspicious assignment to a by-value method receiver (false positive?)
  86. types/context.go#L154:2: suspicious assignment to a by-value method receiver (false positive?)
  87. types/context.go#L162:2: suspicious assignment to a by-value method receiver (false positive?)
  88. types/context.go#L165:2: suspicious assignment to a by-value method receiver (false positive?)
  89. types/context.go#L174:2: suspicious assignment to a by-value method receiver (false positive?)
  90. types/context.go#L194:2: suspicious assignment to a by-value method receiver (false positive?)
  91. types/context.go#L200:2: suspicious assignment to a by-value method receiver (false positive?)
  92. types/context.go#L206:2: suspicious assignment to a by-value method receiver (false positive?)
  93. types/context.go#L213:2: suspicious assignment to a by-value method receiver (false positive?)
  94. types/context.go#L219:2: suspicious assignment to a by-value method receiver (false positive?)
  95. types/context.go#L225:2: suspicious assignment to a by-value method receiver (false positive?)
  96. types/context.go#L232:2: suspicious assignment to a by-value method receiver (false positive?)
  97. types/context.go#L239:2: suspicious assignment to a by-value method receiver (false positive?)
  98. types/context.go#L245:2: suspicious assignment to a by-value method receiver (false positive?)
  99. types/context.go#L246:2: suspicious assignment to a by-value method receiver (false positive?)
  100. types/context.go#L254:3: suspicious assignment to a by-value method receiver (false positive?)
  101. types/context.go#L256:2: suspicious assignment to a by-value method receiver (false positive?)
  102. types/context.go#L257:2: suspicious assignment to a by-value method receiver (false positive?)
  103. types/context.go#L263:2: suspicious assignment to a by-value method receiver (false positive?)
  104. types/context.go#L269:2: suspicious assignment to a by-value method receiver (false positive?)
  105. types/context.go#L275:2: suspicious assignment to a by-value method receiver (false positive?)
  106. types/context.go#L281:2: suspicious assignment to a by-value method receiver (false positive?)
  107. types/context.go#L287:2: suspicious assignment to a by-value method receiver (false positive?)
  108. types/context.go#L293:2: suspicious assignment to a by-value method receiver (false positive?)
  109. types/context.go#L299:2: suspicious assignment to a by-value method receiver (false positive?)
  110. types/context.go#L305:2: suspicious assignment to a by-value method receiver (false positive?)
  111. types/context.go#L313:2: suspicious assignment to a by-value method receiver (false positive?)
  112. types/context.go#L323:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/cosmos/cosmos-sdk/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/gonum/gonum

Got total 20 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799102208

Expand
  1. graph/undirect.go#L220:2: suspicious assignment to a by-value method receiver (false positive?)
  2. graph/multi/multi.go#L54:43: suspicious assignment to a by-value method receiver (false positive?)
  3. graph/multi/multi.go#L86:51: suspicious assignment to a by-value method receiver (false positive?)
  4. graph/multi/multi.go#L124:51: suspicious assignment to a by-value method receiver (false positive?)
  5. spatial/kdtree/points.go#L87:51: suspicious assignment to a by-value method receiver (false positive?)
  6. graph/topo/clique_graph.go#L105:54: suspicious assignment to a by-value method receiver (false positive?)
  7. graph/topo/johnson_cycles.go#L203:3: suspicious assignment to a by-value method receiver (false positive?)
  8. graph/topo/johnson_cycles.go#L204:3: suspicious assignment to a by-value method receiver (false positive?)
  9. graph/topo/johnson_cycles.go#L234:3: suspicious assignment to a by-value method receiver (false positive?)
  10. graph/topo/johnson_cycles.go#L235:3: suspicious assignment to a by-value method receiver (false positive?)
  11. spatial/kdtree/nbpoints_test.go#L47:53: suspicious assignment to a by-value method receiver (false positive?)
  12. graph/community/louvain_common.go#L274:43: suspicious assignment to a by-value method receiver (false positive?)
  13. graph/community/louvain_common.go#L298:52: suspicious assignment to a by-value method receiver (false positive?)
  14. graph/encoding/dot/encode_test.go#L221:55: suspicious assignment to a by-value method receiver (false positive?)
  15. graph/encoding/dot/encode_test.go#L259:2: suspicious assignment to a by-value method receiver (false positive?)
  16. graph/encoding/dot/encode_test.go#L260:2: suspicious assignment to a by-value method receiver (false positive?)
  17. graph/encoding/dot/encode_test.go#L261:2: suspicious assignment to a by-value method receiver (false positive?)
  18. graph/testgraph/testcases.go#L30:43: suspicious assignment to a by-value method receiver (false positive?)
  19. graph/path/a_star_test.go#L229:51: suspicious assignment to a by-value method receiver (false positive?)
  20. graph/formats/rdf/query.go#L249:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/gonum/gonum/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/allegro/bigcache

Got total 2 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799103026

Expand
  1. config.go#L91:2: suspicious assignment to a by-value method receiver (false positive?)
  2. config.go#L93:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/allegro/bigcache/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/concourse/concourse

Got total 14 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799100155

Expand
  1. atc/event/deprecated_events.go#L398:2: suspicious assignment to a by-value method receiver (false positive?)
  2. atc/event/deprecated_events.go#L403:2: suspicious assignment to a by-value method receiver (false positive?)
  3. vars/template_resolver.go#L32:3: suspicious assignment to a by-value method receiver (false positive?)
  4. vars/template_resolver.go#L38:2: suspicious assignment to a by-value method receiver (false positive?)
  5. integration/internal/cmdtest/cmd.go#L32:2: suspicious assignment to a by-value method receiver (false positive?)
  6. integration/internal/cmdtest/cmd.go#L41:2: suspicious assignment to a by-value method receiver (false positive?)
  7. integration/internal/cmdtest/cmd.go#L51:2: suspicious assignment to a by-value method receiver (false positive?)
  8. integration/internal/cmdtest/cmd.go#L56:2: suspicious assignment to a by-value method receiver (false positive?)
  9. integration/internal/cmdtest/cmd.go#L61:2: suspicious assignment to a by-value method receiver (false positive?)
  10. integration/internal/cmdtest/cmd.go#L66:2: suspicious assignment to a by-value method receiver (false positive?)
  11. atc/runtime/runtimetest/volume.go#L45:2: suspicious assignment to a by-value method receiver (false positive?)
  12. atc/worker/gardenruntime/gardenruntimetest/baggageclaim.go#L121:2: suspicious assignment to a by-value method receiver (false positive?)
  13. atc/worker/gardenruntime/gardenruntimetest/baggageclaim.go#L126:2: suspicious assignment to a by-value method receiver (false positive?)
  14. atc/worker/gardenruntime/gardenruntimetest/garden.go#L109:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/concourse/concourse/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/charmbracelet/bubbletea

Got total 116 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799066924

Expand
  1. examples/focus-blur/main.go#L34:3: suspicious assignment to a by-value method receiver (false positive?)
  2. examples/focus-blur/main.go#L36:3: suspicious assignment to a by-value method receiver (false positive?)
  3. examples/focus-blur/main.go#L40:4: suspicious assignment to a by-value method receiver (false positive?)
  4. examples/textinput/main.go#L59:3: suspicious assignment to a by-value method receiver (false positive?)
  5. examples/textinput/main.go#L63:2: suspicious assignment to a by-value method receiver (false positive?)
  6. examples/textarea/main.go#L66:3: suspicious assignment to a by-value method receiver (false positive?)
  7. examples/textarea/main.go#L70:2: suspicious assignment to a by-value method receiver (false positive?)
  8. examples/prevent-quit/main.go#L96:3: suspicious assignment to a by-value method receiver (false positive?)
  9. examples/prevent-quit/main.go#L99:4: suspicious assignment to a by-value method receiver (false positive?)
  10. examples/prevent-quit/main.go#L100:4: suspicious assignment to a by-value method receiver (false positive?)
  11. examples/prevent-quit/main.go#L102:4: suspicious assignment to a by-value method receiver (false positive?)
  12. examples/prevent-quit/main.go#L105:4: suspicious assignment to a by-value method receiver (false positive?)
  13. examples/prevent-quit/main.go#L106:4: suspicious assignment to a by-value method receiver (false positive?)
  14. examples/prevent-quit/main.go#L115:2: suspicious assignment to a by-value method receiver (false positive?)
  15. examples/prevent-quit/main.go#L125:4: suspicious assignment to a by-value method receiver (false positive?)
  16. examples/prevent-quit/main.go#L128:3: suspicious assignment to a by-value method receiver (false positive?)
  17. examples/composable-views/main.go#L90:5: suspicious assignment to a by-value method receiver (false positive?)
  18. examples/composable-views/main.go#L92:5: suspicious assignment to a by-value method receiver (false positive?)
  19. examples/composable-views/main.go#L96:5: suspicious assignment to a by-value method receiver (false positive?)
  20. examples/composable-views/main.go#L107:4: suspicious assignment to a by-value method receiver (false positive?)
  21. examples/composable-views/main.go#L110:4: suspicious assignment to a by-value method receiver (false positive?)
  22. examples/composable-views/main.go#L114:3: suspicious assignment to a by-value method receiver (false positive?)
  23. examples/composable-views/main.go#L117:3: suspicious assignment to a by-value method receiver (false positive?)
  24. examples/chat/main.go#L78:2: suspicious assignment to a by-value method receiver (false positive?)
  25. examples/chat/main.go#L79:2: suspicious assignment to a by-value method receiver (false positive?)
  26. examples/chat/main.go#L88:4: suspicious assignment to a by-value method receiver (false positive?)
  27. examples/chat/main.go#L96:3: suspicious assignment to a by-value method receiver (false positive?)
  28. examples/paginator/main.go#L55:2: suspicious assignment to a by-value method receiver (false positive?)
  29. examples/credit-card-form/main.go#L158:3: suspicious assignment to a by-value method receiver (false positive?)
  30. examples/views/main.go#L88:4: suspicious assignment to a by-value method receiver (false positive?)
  31. examples/spinner/main.go#L39:4: suspicious assignment to a by-value method receiver (false positive?)
  32. examples/spinner/main.go#L46:3: suspicious assignment to a by-value method receiver (false positive?)
  33. examples/spinner/main.go#L51:3: suspicious assignment to a by-value method receiver (false positive?)
  34. examples/split-editors/main.go#L132:5: suspicious assignment to a by-value method receiver (false positive?)
  35. examples/split-editors/main.go#L140:5: suspicious assignment to a by-value method receiver (false positive?)
  36. examples/split-editors/main.go#L145:4: suspicious assignment to a by-value method receiver (false positive?)
  37. examples/split-editors/main.go#L147:4: suspicious assignment to a by-value method receiver (false positive?)
  38. examples/split-editors/main.go#L149:5: suspicious assignment to a by-value method receiver (false positive?)
  39. examples/split-editors/main.go#L153:3: suspicious assignment to a by-value method receiver (false positive?)
  40. examples/split-editors/main.go#L154:3: suspicious assignment to a by-value method receiver (false positive?)
  41. examples/package-manager/main.go#L54:3: suspicious assignment to a by-value method receiver (false positive?)
  42. examples/package-manager/main.go#L64:4: suspicious assignment to a by-value method receiver (false positive?)
  43. examples/package-manager/main.go#L82:3: suspicious assignment to a by-value method receiver (false positive?)
  44. examples/package-manager/main.go#L87:4: suspicious assignment to a by-value method receiver (false positive?)
  45. examples/realtime/main.go#L58:3: suspicious assignment to a by-value method receiver (false positive?)
  46. examples/realtime/main.go#L65:3: suspicious assignment to a by-value method receiver (false positive?)
  47. examples/stopwatch/main.go#L58:4: suspicious assignment to a by-value method receiver (false positive?)
  48. examples/stopwatch/main.go#L69:2: suspicious assignment to a by-value method receiver (false positive?)
  49. examples/send-msg/main.go#L62:3: suspicious assignment to a by-value method receiver (false positive?)
  50. examples/send-msg/main.go#L65:3: suspicious assignment to a by-value method receiver (false positive?)
  51. examples/send-msg/main.go#L69:3: suspicious assignment to a by-value method receiver (false positive?)
  52. examples/suspend/main.go#L22:3: suspicious assignment to a by-value method receiver (false positive?)
  53. examples/suspend/main.go#L27:4: suspicious assignment to a by-value method receiver (false positive?)
  54. examples/suspend/main.go#L30:4: suspicious assignment to a by-value method receiver (false positive?)
  55. examples/textinputs/main.go#L82:5: suspicious assignment to a by-value method receiver (false positive?)
  56. examples/textinputs/main.go#L108:5: suspicious assignment to a by-value method receiver (false positive?)
  57. examples/textinputs/main.go#L110:5: suspicious assignment to a by-value method receiver (false positive?)
  58. examples/altscreen-toggle/main.go#L29:3: suspicious assignment to a by-value method receiver (false positive?)
  59. examples/altscreen-toggle/main.go#L34:4: suspicious assignment to a by-value method receiver (false positive?)
  60. examples/altscreen-toggle/main.go#L37:4: suspicious assignment to a by-value method receiver (false positive?)
  61. examples/pager/main.go#L63:4: suspicious assignment to a by-value method receiver (false positive?)
  62. examples/tui-daemon-combo/main.go#L88:3: suspicious assignment to a by-value method receiver (false positive?)
  63. examples/pager/main.go#L66:4: suspicious assignment to a by-value method receiver (false positive?)
  64. examples/altscreen-toggle/main.go#L46:4: suspicious assignment to a by-value method receiver (false positive?)
  65. examples/pager/main.go#L74:2: suspicious assignment to a by-value method receiver (false positive?)
  66. examples/tui-daemon-combo/main.go#L92:3: suspicious assignment to a by-value method receiver (false positive?)
  67. examples/tui-daemon-combo/main.go#L98:3: suspicious assignment to a by-value method receiver (false positive?)
  68. examples/table-resize/main.go#L22:3: suspicious assignment to a by-value method receiver (false positive?)
  69. examples/table-resize/main.go#L23:3: suspicious assignment to a by-value method receiver (false positive?)
  70. examples/result/main.go#L34:4: suspicious assignment to a by-value method receiver (false positive?)
  71. examples/result/main.go#L40:5: suspicious assignment to a by-value method receiver (false positive?)
  72. examples/result/main.go#L46:5: suspicious assignment to a by-value method receiver (false positive?)
  73. examples/table/main.go#L41:2: suspicious assignment to a by-value method receiver (false positive?)
  74. examples/progress-animated/main.go#L74:3: suspicious assignment to a by-value method receiver (false positive?)
  75. examples/timer/main.go#L38:3: suspicious assignment to a by-value method receiver (false positive?)
  76. examples/timer/main.go#L43:3: suspicious assignment to a by-value method receiver (false positive?)
  77. examples/timer/main.go#L49:3: suspicious assignment to a by-value method receiver (false positive?)
  78. examples/timer/main.go#L55:4: suspicious assignment to a by-value method receiver (false positive?)
  79. examples/progress-static/main.go#L70:3: suspicious assignment to a by-value method receiver (false positive?)
  80. examples/progress-static/main.go#L72:4: suspicious assignment to a by-value method receiver (false positive?)
  81. examples/file-picker/main.go#L38:4: suspicious assignment to a by-value method receiver (false positive?)
  82. examples/file-picker/main.go#L42:3: suspicious assignment to a by-value method receiver (false positive?)
  83. examples/file-picker/main.go#L46:2: suspicious assignment to a by-value method receiver (false positive?)
  84. examples/file-picker/main.go#L51:3: suspicious assignment to a by-value method receiver (false positive?)
  85. examples/file-picker/main.go#L58:3: suspicious assignment to a by-value method receiver (false positive?)
  86. examples/file-picker/main.go#L59:3: suspicious assignment to a by-value method receiver (false positive?)
  87. examples/list-default/main.go#L42:2: suspicious assignment to a by-value method receiver (false positive?)
  88. examples/help/main.go#L97:4: suspicious assignment to a by-value method receiver (false positive?)
  89. examples/help/main.go#L99:4: suspicious assignment to a by-value method receiver (false positive?)
  90. examples/help/main.go#L101:4: suspicious assignment to a by-value method receiver (false positive?)
  91. examples/help/main.go#L103:4: suspicious assignment to a by-value method receiver (false positive?)
  92. examples/help/main.go#L107:4: suspicious assignment to a by-value method receiver (false positive?)
  93. examples/spinners/main.go#L59:5: suspicious assignment to a by-value method receiver (false positive?)
  94. examples/spinners/main.go#L66:5: suspicious assignment to a by-value method receiver (false positive?)
  95. examples/spinners/main.go#L75:3: suspicious assignment to a by-value method receiver (false positive?)
  96. examples/pipe/main.go#L84:2: suspicious assignment to a by-value method receiver (false positive?)
  97. examples/tabs/main.go#L29:4: suspicious assignment to a by-value method receiver (false positive?)
  98. examples/tabs/main.go#L32:4: suspicious assignment to a by-value method receiver (false positive?)
  99. examples/cellbuffer/main.go#L155:4: suspicious assignment to a by-value method receiver (false positive?)
  100. examples/cellbuffer/main.go#L163:3: suspicious assignment to a by-value method receiver (false positive?)
  101. examples/cellbuffer/main.go#L172:3: suspicious assignment to a by-value method receiver (false positive?)
  102. examples/cellbuffer/main.go#L173:3: suspicious assignment to a by-value method receiver (false positive?)
  103. examples/glamour/main.go#L100:4: suspicious assignment to a by-value method receiver (false positive?)
  104. examples/list-simple/main.go#L71:4: suspicious assignment to a by-value method receiver (false positive?)
  105. examples/list-simple/main.go#L77:5: suspicious assignment to a by-value method receiver (false positive?)
  106. examples/list-simple/main.go#L84:2: suspicious assignment to a by-value method receiver (false positive?)
  107. examples/list-fancy/main.go#L173:2: suspicious assignment to a by-value method receiver (false positive?)
  108. tutorials/commands/main.go#L45:3: suspicious assignment to a by-value method receiver (false positive?)
  109. tutorials/commands/main.go#L49:3: suspicious assignment to a by-value method receiver (false positive?)
  110. examples/autocomplete/main.go#L121:2: suspicious assignment to a by-value method receiver (false positive?)
  111. examples/http/main.go#L49:3: suspicious assignment to a by-value method receiver (false positive?)
  112. examples/http/main.go#L53:3: suspicious assignment to a by-value method receiver (false positive?)
  113. examples/exec/main.go#L38:4: suspicious assignment to a by-value method receiver (false positive?)
  114. examples/exec/main.go#L51:4: suspicious assignment to a by-value method receiver (false positive?)
  115. examples/progress-download/tui.go#L52:3: suspicious assignment to a by-value method receiver (false positive?)
  116. examples/progress-download/tui.go#L68:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/charmbracelet/bubbletea/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/zyedidia/micro

Got total 2 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799067124

Expand
  1. internal/buffer/loc.go#L108:4: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/buffer/loc.go#L113:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/zyedidia/micro/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/restic/restic

Got total 3 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799067252

Expand
  1. internal/archiver/archiver.go#L161:3: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/archiver/archiver.go#L167:3: suspicious assignment to a by-value method receiver (false positive?)
  3. internal/archiver/archiver.go#L176:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/restic/restic/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/elves/elvish

Got total 6 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799116822

Expand
  1. pkg/eval/glob.go#L77:3: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/eval/glob.go#L79:3: suspicious assignment to a by-value method receiver (false positive?)
  3. pkg/eval/glob.go#L97:3: suspicious assignment to a by-value method receiver (false positive?)
  4. pkg/eval/glob.go#L147:3: suspicious assignment to a by-value method receiver (false positive?)
  5. pkg/eval/glob.go#L148:3: suspicious assignment to a by-value method receiver (false positive?)
  6. pkg/eval/glob.go#L154:4: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/elves/elvish/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/contribsys/faktory

Got total 3 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799117440

Expand
  1. client/mutate.go#L25:2: suspicious assignment to a by-value method receiver (false positive?)
  2. client/mutate.go#L30:2: suspicious assignment to a by-value method receiver (false positive?)
  3. client/mutate.go#L35:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/contribsys/faktory/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/tilt-dev/tilt

Got total 88 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799102109

Expand
  1. internal/container/reference.go#L79:2: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/testutils/servicebuilder/servicebuilder.go#L33:2: suspicious assignment to a by-value method receiver (false positive?)
  3. internal/testutils/servicebuilder/servicebuilder.go#L38:2: suspicious assignment to a by-value method receiver (false positive?)
  4. internal/testutils/servicebuilder/servicebuilder.go#L43:2: suspicious assignment to a by-value method receiver (false positive?)
  5. internal/testutils/servicebuilder/servicebuilder.go#L48:2: suspicious assignment to a by-value method receiver (false positive?)
  6. internal/dockercompose/state.go#L72:2: suspicious assignment to a by-value method receiver (false positive?)
  7. internal/dockercompose/state.go#L75:3: suspicious assignment to a by-value method receiver (false positive?)
  8. internal/dockercompose/state.go#L82:2: suspicious assignment to a by-value method receiver (false positive?)
  9. internal/dockercompose/state.go#L87:2: suspicious assignment to a by-value method receiver (false positive?)
  10. internal/dockercompose/state.go#L95:2: suspicious assignment to a by-value method receiver (false positive?)
  11. internal/dockercompose/state.go#L96:2: suspicious assignment to a by-value method receiver (false positive?)
  12. internal/container/selector.go#L71:2: suspicious assignment to a by-value method receiver (false positive?)
  13. internal/container/selector.go#L76:2: suspicious assignment to a by-value method receiver (false positive?)
  14. internal/tiltfile/config/config_test.go#L536:2: suspicious assignment to a by-value method receiver (false positive?)
  15. internal/tiltfile/config/config_test.go#L541:2: suspicious assignment to a by-value method receiver (false positive?)
  16. internal/tiltfile/config/config_test.go#L546:2: suspicious assignment to a by-value method receiver (false positive?)
  17. internal/tiltfile/config/config_test.go#L551:2: suspicious assignment to a by-value method receiver (false positive?)
  18. internal/store/build_result.go#L228:2: suspicious assignment to a by-value method receiver (false positive?)
  19. internal/testutils/manifestbuilder/manifestbuilder.go#L65:2: suspicious assignment to a by-value method receiver (false positive?)
  20. internal/testutils/manifestbuilder/manifestbuilder.go#L73:2: suspicious assignment to a by-value method receiver (false positive?)
  21. internal/testutils/manifestbuilder/manifestbuilder.go#L78:2: suspicious assignment to a by-value method receiver (false positive?)
  22. internal/testutils/manifestbuilder/manifestbuilder.go#L83:2: suspicious assignment to a by-value method receiver (false positive?)
  23. internal/testutils/manifestbuilder/manifestbuilder.go#L88:2: suspicious assignment to a by-value method receiver (false positive?)
  24. internal/testutils/manifestbuilder/manifestbuilder.go#L93:2: suspicious assignment to a by-value method receiver (false positive?)
  25. internal/testutils/manifestbuilder/manifestbuilder.go#L94:2: suspicious assignment to a by-value method receiver (false positive?)
  26. internal/testutils/manifestbuilder/manifestbuilder.go#L99:2: suspicious assignment to a by-value method receiver (false positive?)
  27. internal/testutils/manifestbuilder/manifestbuilder.go#L104:2: suspicious assignment to a by-value method receiver (false positive?)
  28. internal/testutils/manifestbuilder/manifestbuilder.go#L109:2: suspicious assignment to a by-value method receiver (false positive?)
  29. internal/testutils/manifestbuilder/manifestbuilder.go#L114:2: suspicious assignment to a by-value method receiver (false positive?)
  30. internal/testutils/manifestbuilder/manifestbuilder.go#L119:2: suspicious assignment to a by-value method receiver (false positive?)
  31. internal/testutils/manifestbuilder/manifestbuilder.go#L142:2: suspicious assignment to a by-value method receiver (false positive?)
  32. pkg/model/image_target.go#L69:2: suspicious assignment to a by-value method receiver (false positive?)
  33. pkg/model/image_target.go#L75:2: suspicious assignment to a by-value method receiver (false positive?)
  34. pkg/model/image_target.go#L79:3: suspicious assignment to a by-value method receiver (false positive?)
  35. pkg/model/manifest.go#L103:2: suspicious assignment to a by-value method receiver (false positive?)
  36. pkg/model/update_settings.go#L34:2: suspicious assignment to a by-value method receiver (false positive?)
  37. pkg/model/docker_compose_target.go#L72:2: suspicious assignment to a by-value method receiver (false positive?)
  38. pkg/model/k8s_target.go#L119:2: suspicious assignment to a by-value method receiver (false positive?)
  39. pkg/model/local_target.go#L52:2: suspicious assignment to a by-value method receiver (false positive?)
  40. pkg/model/user_config_state.go#L15:2: suspicious assignment to a by-value method receiver (false positive?)
  41. pkg/model/manifest.go#L108:2: suspicious assignment to a by-value method receiver (false positive?)
  42. pkg/model/image_target.go#L94:2: suspicious assignment to a by-value method receiver (false positive?)
  43. pkg/model/docker_compose_target.go#L77:2: suspicious assignment to a by-value method receiver (false positive?)
  44. pkg/model/update_settings.go#L51:2: suspicious assignment to a by-value method receiver (false positive?)
  45. pkg/model/local_target.go#L72:2: suspicious assignment to a by-value method receiver (false positive?)
  46. pkg/model/k8s_target.go#L125:2: suspicious assignment to a by-value method receiver (false positive?)
  47. pkg/model/manifest.go#L174:2: suspicious assignment to a by-value method receiver (false positive?)
  48. pkg/model/user_config_state.go#L16:2: suspicious assignment to a by-value method receiver (false positive?)
  49. pkg/model/image_target.go#L95:2: suspicious assignment to a by-value method receiver (false positive?)
  50. pkg/model/local_target.go#L77:2: suspicious assignment to a by-value method receiver (false positive?)
  51. pkg/model/manifest.go#L179:2: suspicious assignment to a by-value method receiver (false positive?)
  52. pkg/model/k8s_target.go#L130:2: suspicious assignment to a by-value method receiver (false positive?)
  53. pkg/model/image_target.go#L132:3: suspicious assignment to a by-value method receiver (false positive?)
  54. pkg/model/manifest.go#L228:2: suspicious assignment to a by-value method receiver (false positive?)
  55. pkg/model/local_target.go#L82:2: suspicious assignment to a by-value method receiver (false positive?)
  56. pkg/model/image_target.go#L135:3: suspicious assignment to a by-value method receiver (false positive?)
  57. pkg/model/k8s_target.go#L135:2: suspicious assignment to a by-value method receiver (false positive?)
  58. pkg/model/manifest.go#L388:3: suspicious assignment to a by-value method receiver (false positive?)
  59. pkg/model/image_target.go#L225:2: suspicious assignment to a by-value method receiver (false positive?)
  60. pkg/model/image_target.go#L233:3: suspicious assignment to a by-value method receiver (false positive?)
  61. pkg/model/manifest.go#L469:3: suspicious assignment to a by-value method receiver (false positive?)
  62. pkg/model/manifest.go#L474:3: suspicious assignment to a by-value method receiver (false positive?)
  63. pkg/model/image_target.go#L322:3: suspicious assignment to a by-value method receiver (false positive?)
  64. pkg/model/image_target.go#L330:3: suspicious assignment to a by-value method receiver (false positive?)
  65. pkg/model/manifest.go#L509:2: suspicious assignment to a by-value method receiver (false positive?)
  66. internal/testutils/podbuilder/podbuilder.go#L92:2: suspicious assignment to a by-value method receiver (false positive?)
  67. internal/testutils/podbuilder/podbuilder.go#L106:2: suspicious assignment to a by-value method receiver (false positive?)
  68. internal/testutils/podbuilder/podbuilder.go#L111:2: suspicious assignment to a by-value method receiver (false positive?)
  69. internal/testutils/podbuilder/podbuilder.go#L120:2: suspicious assignment to a by-value method receiver (false positive?)
  70. internal/testutils/podbuilder/podbuilder.go#L125:2: suspicious assignment to a by-value method receiver (false positive?)
  71. internal/testutils/podbuilder/podbuilder.go#L130:2: suspicious assignment to a by-value method receiver (false positive?)
  72. internal/testutils/podbuilder/podbuilder.go#L139:2: suspicious assignment to a by-value method receiver (false positive?)
  73. internal/testutils/podbuilder/podbuilder.go#L144:2: suspicious assignment to a by-value method receiver (false positive?)
  74. internal/testutils/podbuilder/podbuilder.go#L180:2: suspicious assignment to a by-value method receiver (false positive?)
  75. internal/testutils/podbuilder/podbuilder.go#L185:2: suspicious assignment to a by-value method receiver (false positive?)
  76. internal/testutils/podbuilder/podbuilder.go#L204:2: suspicious assignment to a by-value method receiver (false positive?)
  77. internal/testutils/podbuilder/podbuilder.go#L217:2: suspicious assignment to a by-value method receiver (false positive?)
  78. internal/k8s/extract.go#L151:2: suspicious assignment to a by-value method receiver (false positive?)
  79. internal/rty/render.go#L101:2: suspicious assignment to a by-value method receiver (false positive?)
  80. internal/rty/render.go#L110:2: suspicious assignment to a by-value method receiver (false positive?)
  81. internal/rty/render.go#L118:2: suspicious assignment to a by-value method receiver (false positive?)
  82. internal/rty/render.go#L123:2: suspicious assignment to a by-value method receiver (false positive?)
  83. internal/rty/render.go#L128:2: suspicious assignment to a by-value method receiver (false positive?)
  84. internal/tiltfile/tiltfile.go#L81:2: suspicious assignment to a by-value method receiver (false positive?)
  85. internal/tiltfile/tiltfile.go#L83:3: suspicious assignment to a by-value method receiver (false positive?)
  86. internal/tiltfile/tiltfile_test.go#L6599:2: suspicious assignment to a by-value method receiver (false positive?)
  87. internal/tiltfile/tiltfile_test.go#L6604:2: suspicious assignment to a by-value method receiver (false positive?)
  88. internal/tiltfile/tiltfile_test.go#L6609:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/tilt-dev/tilt/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/BurntSushi/toml

Got total 8 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799117902

Expand
  1. internal/toml-test/json.go#L226:3: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/toml-test/json.go#L228:3: suspicious assignment to a by-value method receiver (false positive?)
  3. internal/toml-test/runner.go#L376:2: suspicious assignment to a by-value method receiver (false positive?)
  4. internal/toml-test/runner.go#L385:3: suspicious assignment to a by-value method receiver (false positive?)
  5. internal/toml-test/runner.go#L387:3: suspicious assignment to a by-value method receiver (false positive?)
  6. internal/toml-test/runner.go#L517:2: suspicious assignment to a by-value method receiver (false positive?)
  7. error.go#L83:4: suspicious assignment to a by-value method receiver (false positive?)
  8. error.go#L85:5: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/BurntSushi/toml/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/berty/berty

Got total 14 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799103100

Expand
  1. tool/infra-testing-tool/go/iac/components/various/ami.go#L36:2: suspicious assignment to a by-value method receiver (false positive?)
  2. tool/infra-testing-tool/go/iac/components/ec2/ec2Instance.go#L98:4: suspicious assignment to a by-value method receiver (false positive?)
  3. tool/infra-testing-tool/go/iac/components/ec2/ec2Instance.go#L111:4: suspicious assignment to a by-value method receiver (false positive?)
  4. tool/infra-testing-tool/go/iac/components/ec2/ec2Instance.go#L126:2: suspicious assignment to a by-value method receiver (false positive?)
  5. tool/infra-testing-tool/go/iac/components/ec2/ec2Instance.go#L132:2: suspicious assignment to a by-value method receiver (false positive?)
  6. tool/infra-testing-tool/go/iac/components/ec2/ec2Instance.go#L138:2: suspicious assignment to a by-value method receiver (false positive?)
  7. tool/infra-testing-tool/go/iac/components/networking/subnet.go#L60:3: suspicious assignment to a by-value method receiver (false positive?)
  8. tool/infra-testing-tool/go/iac/components/networking/defaultRouteTable.go#L50:3: suspicious assignment to a by-value method receiver (false positive?)
  9. tool/infra-testing-tool/go/iac/components/networking/defaultRouteTable.go#L58:3: suspicious assignment to a by-value method receiver (false positive?)
  10. tool/infra-testing-tool/go/iac/components/networking/internetGateway.go#L52:3: suspicious assignment to a by-value method receiver (false positive?)
  11. tool/infra-testing-tool/go/iac/components/networking/networkInterface.go#L64:3: suspicious assignment to a by-value method receiver (false positive?)
  12. tool/infra-testing-tool/go/iac/components/networking/elasticIp.go#L53:3: suspicious assignment to a by-value method receiver (false positive?)
  13. tool/infra-testing-tool/go/iac/components/networking/securityGroup.go#L51:3: suspicious assignment to a by-value method receiver (false positive?)
  14. tool/infra-testing-tool/go/iac/components/networking/networkInterface.go#L74:4: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/berty/berty/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/coder/coder

Got total 42 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799103101

Expand
  1. coderd/wsbuilder/wsbuilder.go#L117:2: suspicious assignment to a by-value method receiver (false positive?)
  2. coderd/wsbuilder/wsbuilder.go#L123:2: suspicious assignment to a by-value method receiver (false positive?)
  3. coderd/wsbuilder/wsbuilder.go#L129:2: suspicious assignment to a by-value method receiver (false positive?)
  4. coderd/database/dbfake/dbfake.go#L69:2: suspicious assignment to a by-value method receiver (false positive?)
  5. cli/cliui/select.go#L177:3: suspicious assignment to a by-value method receiver (false positive?)
  6. coderd/database/dbfake/dbfake.go#L75:2: suspicious assignment to a by-value method receiver (false positive?)
  7. coderd/database/dbfake/builder.go#L43:2: suspicious assignment to a by-value method receiver (false positive?)
  8. coderd/wsbuilder/wsbuilder.go#L135:2: suspicious assignment to a by-value method receiver (false positive?)
  9. coderd/database/dbfake/dbfake.go#L81:2: suspicious assignment to a by-value method receiver (false positive?)
  10. cli/cliui/select.go#L183:4: suspicious assignment to a by-value method receiver (false positive?)
  11. coderd/wsbuilder/wsbuilder.go#L141:2: suspicious assignment to a by-value method receiver (false positive?)
  12. coderd/database/dbfake/builder.go#L49:2: suspicious assignment to a by-value method receiver (false positive?)
  13. cli/cliui/select.go#L189:5: suspicious assignment to a by-value method receiver (false positive?)
  14. coderd/database/dbfake/dbfake.go#L86:2: suspicious assignment to a by-value method receiver (false positive?)
  15. coderd/database/dbfake/builder.go#L56:3: suspicious assignment to a by-value method receiver (false positive?)
  16. coderd/wsbuilder/wsbuilder.go#L147:2: suspicious assignment to a by-value method receiver (false positive?)
  17. coderd/database/dbfake/dbfake.go#L92:2: suspicious assignment to a by-value method receiver (false positive?)
  18. cli/cliui/select.go#L198:5: suspicious assignment to a by-value method receiver (false positive?)
  19. coderd/wsbuilder/wsbuilder.go#L153:2: suspicious assignment to a by-value method receiver (false positive?)
  20. cli/cliui/select.go#L206:5: suspicious assignment to a by-value method receiver (false positive?)
  21. coderd/database/dbfake/dbfake.go#L103:2: suspicious assignment to a by-value method receiver (false positive?)
  22. cli/cliui/select.go#L213:3: suspicious assignment to a by-value method receiver (false positive?)
  23. coderd/wsbuilder/wsbuilder.go#L159:2: suspicious assignment to a by-value method receiver (false positive?)
  24. cli/cliui/select.go#L221:5: suspicious assignment to a by-value method receiver (false positive?)
  25. cli/cliui/select.go#L391:3: suspicious assignment to a by-value method receiver (false positive?)
  26. coderd/wsbuilder/wsbuilder.go#L165:2: suspicious assignment to a by-value method receiver (false positive?)
  27. cli/cliui/select.go#L397:4: suspicious assignment to a by-value method receiver (false positive?)
  28. coderd/database/dbfake/dbfake.go#L311:2: suspicious assignment to a by-value method receiver (false positive?)
  29. cli/cliui/select.go#L402:5: suspicious assignment to a by-value method receiver (false positive?)
  30. coderd/wsbuilder/wsbuilder.go#L177:2: suspicious assignment to a by-value method receiver (false positive?)
  31. cli/cliui/select.go#L420:5: suspicious assignment to a by-value method receiver (false positive?)
  32. coderd/database/dbfake/dbfake.go#L317:2: suspicious assignment to a by-value method receiver (false positive?)
  33. cli/cliui/select.go#L428:5: suspicious assignment to a by-value method receiver (false positive?)
  34. coderd/wsbuilder/wsbuilder.go#L189:2: suspicious assignment to a by-value method receiver (false positive?)
  35. cli/cliui/select.go#L446:2: suspicious assignment to a by-value method receiver (false positive?)
  36. coderd/database/dbfake/dbfake.go#L323:2: suspicious assignment to a by-value method receiver (false positive?)
  37. cli/cliui/select.go#L453:4: suspicious assignment to a by-value method receiver (false positive?)
  38. coderd/database/dbfake/dbfake.go#L329:2: suspicious assignment to a by-value method receiver (false positive?)
  39. coderd/database/dbfake/dbfake.go#L335:2: suspicious assignment to a by-value method receiver (false positive?)
  40. coderd/database/dbfake/dbfake.go#L425:2: suspicious assignment to a by-value method receiver (false positive?)
  41. coderd/coderdtest/coderdtest.go#L1047:2: suspicious assignment to a by-value method receiver (false positive?)
  42. coderd/coderdtest/coderdtest.go#L1055:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/coder/coder/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/anacrolix/torrent

Got total 2 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799117338

Expand
  1. tracker/http/peer.go#L43:2: suspicious assignment to a by-value method receiver (false positive?)
  2. tracker/http/peer.go#L44:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/anacrolix/torrent/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/open-telemetry/opentelemetry-go

Got total 4 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799119087

Expand
  1. sdk/log/setting.go#L40:3: suspicious assignment to a by-value method receiver (false positive?)
  2. exporters/otlp/otlplog/otlploggrpc/config.go#L604:3: suspicious assignment to a by-value method receiver (false positive?)
  3. sdk/metric/instrument.go#L175:2: suspicious assignment to a by-value method receiver (false positive?)
  4. exporters/otlp/otlplog/otlploghttp/config.go#L371:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/open-telemetry/opentelemetry-go/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/kahing/goofys

Got total 15 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799119303

Expand
  1. internal/file.go#L307:2: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/file.go#L308:2: suspicious assignment to a by-value method receiver (false positive?)
  3. internal/file.go#L309:2: suspicious assignment to a by-value method receiver (false positive?)
  4. internal/file.go#L310:2: suspicious assignment to a by-value method receiver (false positive?)
  5. internal/file.go#L311:2: suspicious assignment to a by-value method receiver (false positive?)
  6. internal/file.go#L313:2: suspicious assignment to a by-value method receiver (false positive?)
  7. internal/ticket.go#L32:2: suspicious assignment to a by-value method receiver (false positive?)
  8. internal/ticket.go#L33:2: suspicious assignment to a by-value method receiver (false positive?)
  9. internal/buffer_pool.go#L81:2: suspicious assignment to a by-value method receiver (false positive?)
  10. internal/buffer_pool.go#L83:2: suspicious assignment to a by-value method receiver (false positive?)
  11. internal/buffer_pool.go#L84:2: suspicious assignment to a by-value method receiver (false positive?)
  12. internal/buffer_pool.go#L180:2: suspicious assignment to a by-value method receiver (false positive?)
  13. internal/buffer_pool.go#L183:3: suspicious assignment to a by-value method receiver (false positive?)
  14. internal/buffer_pool.go#L355:2: suspicious assignment to a by-value method receiver (false positive?)
  15. internal/buffer_pool.go#L356:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/kahing/goofys/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/cue-lang/cue

Got total 36 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799119816

Expand
  1. cue/stats/stats.go#L110:2: suspicious assignment to a by-value method receiver (false positive?)
  2. cue/stats/stats.go#L111:2: suspicious assignment to a by-value method receiver (false positive?)
  3. cue/stats/stats.go#L112:2: suspicious assignment to a by-value method receiver (false positive?)
  4. cue/stats/stats.go#L114:2: suspicious assignment to a by-value method receiver (false positive?)
  5. cue/stats/stats.go#L115:2: suspicious assignment to a by-value method receiver (false positive?)
  6. cue/stats/stats.go#L116:2: suspicious assignment to a by-value method receiver (false positive?)
  7. cue/stats/stats.go#L117:2: suspicious assignment to a by-value method receiver (false positive?)
  8. mod/module/path.go#L435:3: suspicious assignment to a by-value method receiver (false positive?)
  9. mod/module/path.go#L436:3: suspicious assignment to a by-value method receiver (false positive?)
  10. mod/module/path.go#L443:2: suspicious assignment to a by-value method receiver (false positive?)
  11. mod/module/path.go#L444:2: suspicious assignment to a by-value method receiver (false positive?)
  12. cue/literal/quote.go#L51:2: suspicious assignment to a by-value method receiver (false positive?)
  13. cue/literal/quote.go#L52:2: suspicious assignment to a by-value method receiver (false positive?)
  14. cue/literal/quote.go#L59:2: suspicious assignment to a by-value method receiver (false positive?)
  15. cue/literal/quote.go#L60:2: suspicious assignment to a by-value method receiver (false positive?)
  16. cue/literal/quote.go#L67:2: suspicious assignment to a by-value method receiver (false positive?)
  17. cue/literal/quote.go#L74:2: suspicious assignment to a by-value method receiver (false positive?)
  18. internal/internal.go#L50:2: suspicious assignment to a by-value method receiver (false positive?)
  19. cue/types.go#L1421:3: suspicious assignment to a by-value method receiver (false positive?)
  20. internal/core/adt/fields.go#L500:2: suspicious assignment to a by-value method receiver (false positive?)
  21. internal/core/adt/dev.go#L64:2: suspicious assignment to a by-value method receiver (false positive?)
  22. internal/core/adt/dev.go#L65:2: suspicious assignment to a by-value method receiver (false positive?)
  23. internal/core/adt/closed.go#L177:2: suspicious assignment to a by-value method receiver (false positive?)
  24. internal/core/adt/closed.go#L193:2: suspicious assignment to a by-value method receiver (false positive?)
  25. internal/core/adt/closed.go#L206:2: suspicious assignment to a by-value method receiver (false positive?)
  26. internal/core/adt/closed.go#L230:3: suspicious assignment to a by-value method receiver (false positive?)
  27. internal/core/adt/closed.go#L238:3: suspicious assignment to a by-value method receiver (false positive?)
  28. cue/load/config.go#L346:2: suspicious assignment to a by-value method receiver (false positive?)
  29. cue/load/config.go#L349:3: suspicious assignment to a by-value method receiver (false positive?)
  30. cue/load/config.go#L353:12: suspicious assignment to a by-value method receiver (false positive?)
  31. cue/load/config.go#L363:2: suspicious assignment to a by-value method receiver (false positive?)
  32. cue/load/config.go#L374:3: suspicious assignment to a by-value method receiver (false positive?)
  33. cue/load/config.go#L376:4: suspicious assignment to a by-value method receiver (false positive?)
  34. cue/load/config.go#L379:3: suspicious assignment to a by-value method receiver (false positive?)
  35. cue/load/config.go#L384:3: suspicious assignment to a by-value method receiver (false positive?)
  36. cue/load/config.go#L399:4: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/cue-lang/cue/issues

github-actions[bot] commented 1 week ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/kyverno/kyverno

Got total 25 lines output in action: https://github.com/alingse/go-linter-runner-example/actions/runs/11799116920

Expand
  1. pkg/clients/dclient/discovery.go#L41:2: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/engine/policycontext/policy_context.go#L144:2: suspicious assignment to a by-value method receiver (false positive?)
  3. pkg/engine/policycontext/policy_context.go#L149:2: suspicious assignment to a by-value method receiver (false positive?)
  4. pkg/engine/policycontext/policy_context.go#L154:2: suspicious assignment to a by-value method receiver (false positive?)
  5. pkg/engine/policycontext/policy_context.go#L159:2: suspicious assignment to a by-value method receiver (false positive?)
  6. pkg/engine/policycontext/policy_context.go#L164:2: suspicious assignment to a by-value method receiver (false positive?)
  7. pkg/engine/policycontext/policy_context.go#L169:2: suspicious assignment to a by-value method receiver (false positive?)
  8. pkg/engine/policycontext/policy_context.go#L170:2: suspicious assignment to a by-value method receiver (false positive?)
  9. pkg/engine/policycontext/policy_context.go#L175:2: suspicious assignment to a by-value method receiver (false positive?)
  10. pkg/engine/policycontext/policy_context.go#L184:2: suspicious assignment to a by-value method receiver (false positive?)
  11. pkg/engine/api/ruleresponse.go#L95:2: suspicious assignment to a by-value method receiver (false positive?)
  12. pkg/engine/api/ruleresponse.go#L100:2: suspicious assignment to a by-value method receiver (false positive?)
  13. pkg/engine/api/ruleresponse.go#L105:2: suspicious assignment to a by-value method receiver (false positive?)
  14. pkg/engine/api/engineresponse.go#L60:2: suspicious assignment to a by-value method receiver (false positive?)
  15. pkg/engine/api/engineresponse.go#L65:2: suspicious assignment to a by-value method receiver (false positive?)
  16. pkg/engine/api/ruleresponse.go#L110:2: suspicious assignment to a by-value method receiver (false positive?)
  17. pkg/engine/api/ruleresponse.go#L111:2: suspicious assignment to a by-value method receiver (false positive?)
  18. pkg/engine/api/engineresponse.go#L70:2: suspicious assignment to a by-value method receiver (false positive?)
  19. pkg/engine/api/engineresponse.go#L75:2: suspicious assignment to a by-value method receiver (false positive?)
  20. pkg/engine/api/ruleresponse.go#L112:2: suspicious assignment to a by-value method receiver (false positive?)
  21. pkg/engine/api/ruleresponse.go#L117:2: suspicious assignment to a by-value method receiver (false positive?)
  22. pkg/engine/api/engineresponse.go#L80:2: suspicious assignment to a by-value method receiver (false positive?)
  23. pkg/engine/api/ruleresponse.go#L122:2: suspicious assignment to a by-value method receiver (false positive?)
  24. pkg/engine/api/ruleresponse.go#L127:2: suspicious assignment to a by-value method receiver (false positive?)
  25. pkg/engine/api/ruleresponse.go#L132:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/kyverno/kyverno/issues