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 1 week ago

alingse commented 2 weeks 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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. internal/log/log.go#L98:2: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/log/log.go#L104:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/evilmartians/lefthook/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. cmd/clusterctl/cmd/internal/templates/normalizers.go#L52:2: suspicious assignment to a by-value method receiver (false positive?)
  2. cmd/clusterctl/cmd/internal/templates/normalizers.go#L57:2: suspicious assignment to a by-value method receiver (false positive?)
  3. cmd/clusterctl/cmd/internal/templates/normalizers.go#L69:2: suspicious assignment to a by-value method receiver (false positive?)
  4. util/log/log_test.go#L214:2: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. output/csv/config.go#L50:3: suspicious assignment to a by-value method receiver (false positive?)
  2. output/csv/config.go#L53:3: suspicious assignment to a by-value method receiver (false positive?)
  3. output/csv/config.go#L56:3: suspicious assignment to a by-value method receiver (false positive?)
  4. output/influxdb/config.go#L61:3: suspicious assignment to a by-value method receiver (false positive?)
  5. output/influxdb/config.go#L64:3: suspicious assignment to a by-value method receiver (false positive?)
  6. output/influxdb/config.go#L67:3: suspicious assignment to a by-value method receiver (false positive?)
  7. output/influxdb/config.go#L70:3: suspicious assignment to a by-value method receiver (false positive?)
  8. output/influxdb/config.go#L73:3: suspicious assignment to a by-value method receiver (false positive?)
  9. output/influxdb/config.go#L76:3: suspicious assignment to a by-value method receiver (false positive?)
  10. output/influxdb/config.go#L79:3: suspicious assignment to a by-value method receiver (false positive?)
  11. output/influxdb/config.go#L82:3: suspicious assignment to a by-value method receiver (false positive?)
  12. output/influxdb/config.go#L85:3: suspicious assignment to a by-value method receiver (false positive?)
  13. output/influxdb/config.go#L88:3: suspicious assignment to a by-value method receiver (false positive?)
  14. output/influxdb/config.go#L91:3: suspicious assignment to a by-value method receiver (false positive?)
  15. output/influxdb/config.go#L94:3: suspicious assignment to a by-value method receiver (false positive?)
  16. output/influxdb/config.go#L98:3: suspicious assignment to a by-value method receiver (false positive?)
  17. cmd/config.go#L72:2: suspicious assignment to a by-value method receiver (false positive?)
  18. cmd/config.go#L74:3: suspicious assignment to a by-value method receiver (false positive?)
  19. cmd/config.go#L77:3: suspicious assignment to a by-value method receiver (false positive?)
  20. cmd/config.go#L80:3: suspicious assignment to a by-value method receiver (false positive?)
  21. cmd/config.go#L83:3: suspicious assignment to a by-value method receiver (false positive?)
  22. cmd/config.go#L86:3: suspicious assignment to a by-value method receiver (false positive?)
  23. cmd/config.go#L89:3: suspicious assignment to a by-value method receiver (false positive?)
  24. cloudapi/config.go#L107:3: suspicious assignment to a by-value method receiver (false positive?)
  25. cloudapi/config.go#L110:3: suspicious assignment to a by-value method receiver (false positive?)
  26. cloudapi/config.go#L113:3: suspicious assignment to a by-value method receiver (false positive?)
  27. cloudapi/config.go#L116:3: suspicious assignment to a by-value method receiver (false positive?)
  28. cloudapi/config.go#L119:3: suspicious assignment to a by-value method receiver (false positive?)
  29. cloudapi/config.go#L122:3: suspicious assignment to a by-value method receiver (false positive?)
  30. cloudapi/config.go#L125:3: suspicious assignment to a by-value method receiver (false positive?)
  31. cloudapi/config.go#L128:3: suspicious assignment to a by-value method receiver (false positive?)
  32. cloudapi/config.go#L131:3: suspicious assignment to a by-value method receiver (false positive?)
  33. cloudapi/config.go#L134:3: suspicious assignment to a by-value method receiver (false positive?)
  34. cloudapi/config.go#L137:3: suspicious assignment to a by-value method receiver (false positive?)
  35. cloudapi/config.go#L140:3: suspicious assignment to a by-value method receiver (false positive?)
  36. cloudapi/config.go#L143:3: suspicious assignment to a by-value method receiver (false positive?)
  37. cloudapi/config.go#L146:3: suspicious assignment to a by-value method receiver (false positive?)
  38. cloudapi/config.go#L149:3: suspicious assignment to a by-value method receiver (false positive?)
  39. cloudapi/config.go#L152:3: suspicious assignment to a by-value method receiver (false positive?)
  40. cloudapi/config.go#L155:3: suspicious assignment to a by-value method receiver (false positive?)
  41. cloudapi/config.go#L158:3: suspicious assignment to a by-value method receiver (false positive?)
  42. cloudapi/config.go#L161:3: suspicious assignment to a by-value method receiver (false positive?)
  43. cloudapi/config.go#L164:3: suspicious assignment to a by-value method receiver (false positive?)
  44. cloudapi/config.go#L167:3: suspicious assignment to a by-value method receiver (false positive?)
  45. lib/options.go#L359:3: suspicious assignment to a by-value method receiver (false positive?)
  46. lib/options.go#L362:3: suspicious assignment to a by-value method receiver (false positive?)
  47. lib/options.go#L373:3: suspicious assignment to a by-value method receiver (false positive?)
  48. lib/options.go#L374:3: suspicious assignment to a by-value method receiver (false positive?)
  49. lib/options.go#L375:3: suspicious assignment to a by-value method receiver (false positive?)
  50. lib/options.go#L376:3: suspicious assignment to a by-value method receiver (false positive?)
  51. lib/options.go#L380:3: suspicious assignment to a by-value method receiver (false positive?)
  52. lib/options.go#L383:3: suspicious assignment to a by-value method receiver (false positive?)
  53. lib/options.go#L386:3: suspicious assignment to a by-value method receiver (false positive?)
  54. lib/options.go#L389:5: suspicious assignment to a by-value method receiver (false positive?)
  55. lib/options.go#L398:3: suspicious assignment to a by-value method receiver (false positive?)
  56. lib/options.go#L401:3: suspicious assignment to a by-value method receiver (false positive?)
  57. lib/options.go#L405:3: suspicious assignment to a by-value method receiver (false positive?)
  58. lib/options.go#L408:3: suspicious assignment to a by-value method receiver (false positive?)
  59. lib/options.go#L411:3: suspicious assignment to a by-value method receiver (false positive?)
  60. lib/options.go#L414:3: suspicious assignment to a by-value method receiver (false positive?)
  61. lib/options.go#L417:3: suspicious assignment to a by-value method receiver (false positive?)
  62. lib/options.go#L420:3: suspicious assignment to a by-value method receiver (false positive?)
  63. lib/options.go#L423:3: suspicious assignment to a by-value method receiver (false positive?)
  64. lib/options.go#L426:3: suspicious assignment to a by-value method receiver (false positive?)
  65. lib/options.go#L429:3: suspicious assignment to a by-value method receiver (false positive?)
  66. lib/options.go#L432:3: suspicious assignment to a by-value method receiver (false positive?)
  67. lib/options.go#L435:3: suspicious assignment to a by-value method receiver (false positive?)
  68. lib/options.go#L438:3: suspicious assignment to a by-value method receiver (false positive?)
  69. lib/options.go#L441:3: suspicious assignment to a by-value method receiver (false positive?)
  70. lib/options.go#L444:3: suspicious assignment to a by-value method receiver (false positive?)
  71. lib/options.go#L447:3: suspicious assignment to a by-value method receiver (false positive?)
  72. lib/options.go#L450:3: suspicious assignment to a by-value method receiver (false positive?)
  73. lib/options.go#L453:3: suspicious assignment to a by-value method receiver (false positive?)
  74. lib/options.go#L456:3: suspicious assignment to a by-value method receiver (false positive?)
  75. lib/options.go#L459:3: suspicious assignment to a by-value method receiver (false positive?)
  76. lib/options.go#L462:3: suspicious assignment to a by-value method receiver (false positive?)
  77. lib/options.go#L465:3: suspicious assignment to a by-value method receiver (false positive?)
  78. lib/options.go#L468:3: suspicious assignment to a by-value method receiver (false positive?)
  79. lib/options.go#L471:3: suspicious assignment to a by-value method receiver (false positive?)
  80. lib/options.go#L474:3: suspicious assignment to a by-value method receiver (false positive?)
  81. lib/options.go#L477:3: suspicious assignment to a by-value method receiver (false positive?)
  82. lib/options.go#L480:3: suspicious assignment to a by-value method receiver (false positive?)
  83. lib/options.go#L483:3: suspicious assignment to a by-value method receiver (false positive?)
  84. lib/options.go#L486:3: suspicious assignment to a by-value method receiver (false positive?)
  85. lib/options.go#L489:3: suspicious assignment to a by-value method receiver (false positive?)
  86. lib/options.go#L492:3: suspicious assignment to a by-value method receiver (false positive?)
  87. lib/options.go#L495:3: suspicious assignment to a by-value method receiver (false positive?)
  88. lib/options.go#L498:3: suspicious assignment to a by-value method receiver (false positive?)
  89. lib/options.go#L501:3: suspicious assignment to a by-value method receiver (false positive?)
  90. lib/options.go#L504:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/grafana/k6/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. pkg/storage/bloom/v1/builder.go#L177:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/grafana/loki/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. pkg/settings/settings.go#L159:3: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. pkg/webdav/internal/xml/xml.go#L75:2: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/webdav/internal/xml/xml.go#L139:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/cloudreve/Cloudreve/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. weed/storage/erasure_coding/ec_volume_info.go#L117:3: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. circuit/breaker.go#L71:3: suspicious assignment to a by-value method receiver (false positive?)
  2. circuit/breaker.go#L74:4: suspicious assignment to a by-value method receiver (false positive?)
  3. circuit/breaker.go#L78:4: suspicious assignment to a by-value method receiver (false positive?)
  4. circuit/breaker.go#L79:4: suspicious assignment to a by-value method receiver (false positive?)
  5. circuit/breaker.go#L84:3: suspicious assignment to a by-value method receiver (false positive?)
  6. circuit/breaker.go#L88:3: suspicious assignment to a by-value method receiver (false positive?)
  7. circuit/breaker.go#L92:3: suspicious assignment to a by-value method receiver (false positive?)
  8. proxy/context.go#L344:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/zalando/skipper/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. zaptest/logger.go#L134:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/uber-go/zap/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. series/series.go#L270:3: suspicious assignment to a by-value method receiver (false positive?)
  2. series/series.go#L285:3: suspicious assignment to a by-value method receiver (false positive?)
  3. series/series.go#L330:3: suspicious assignment to a by-value method receiver (false positive?)
  4. series/series.go#L335:3: suspicious assignment to a by-value method receiver (false positive?)
  5. series/series.go#L339:3: suspicious assignment to a by-value method receiver (false positive?)
  6. series/series.go#L344:4: suspicious assignment to a by-value method receiver (false positive?)
  7. series/series.go#L426:6: suspicious assignment to a by-value method receiver (false positive?)
  8. series/series.go#L427:6: suspicious assignment to a by-value method receiver (false positive?)
  9. series/series.go#L446:5: suspicious assignment to a by-value method receiver (false positive?)
  10. series/series.go#L447:5: suspicious assignment to a by-value method receiver (false positive?)
  11. series/series.go#L457:3: suspicious assignment to a by-value method receiver (false positive?)
  12. series/series.go#L458:3: suspicious assignment to a by-value method receiver (false positive?)
  13. series/series.go#L465:4: suspicious assignment to a by-value method receiver (false positive?)
  14. series/series.go#L466:4: suspicious assignment to a by-value method receiver (false positive?)
  15. dataframe/dataframe.go#L277:4: suspicious assignment to a by-value method receiver (false positive?)
  16. dataframe/dataframe.go#L338:2: suspicious assignment to a by-value method receiver (false positive?)
  17. dataframe/dataframe.go#L370:2: suspicious assignment to a by-value method receiver (false positive?)
  18. dataframe/dataframe.go#L523:2: suspicious assignment to a by-value method receiver (false positive?)
  19. dataframe/dataframe.go#L645:2: suspicious assignment to a by-value method receiver (false positive?)
  20. dataframe/dataframe.go#L657:2: suspicious assignment to a by-value method receiver (false positive?)
  21. dataframe/dataframe.go#L917:2: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. cmd/uplink/ulloc/location.go#L147:3: suspicious assignment to a by-value method receiver (false positive?)
  2. cmd/uplink/ulloc/location.go#L172:3: suspicious assignment to a by-value method receiver (false positive?)
  3. cmd/uplink/ulloc/location.go#L178:2: suspicious assignment to a by-value method receiver (false positive?)
  4. cmd/uplink/ulloc/location.go#L211:2: suspicious assignment to a by-value method receiver (false positive?)
  5. cmd/uplink/ulloc/location.go#L239:2: suspicious assignment to a by-value method receiver (false positive?)
  6. cmd/uplink/ulloc/location.go#L245:2: suspicious assignment to a by-value method receiver (false positive?)
  7. cmd/uplink/ultest/setup.go#L41:2: suspicious assignment to a by-value method receiver (false positive?)
  8. cmd/uplink/ultest/setup.go#L42:2: suspicious assignment to a by-value method receiver (false positive?)
  9. private/testplanet/log.go#L63:2: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. internal/utils/crypto.go#L153:2: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/utils/crypto.go#L178:2: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

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

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. pkg/proute/route.go#L34:3: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/proute/route.go#L36:4: suspicious assignment to a by-value method receiver (false positive?)
  3. pkg/proute/route.go#L73:3: suspicious assignment to a by-value method receiver (false positive?)
  4. pkg/proute/route.go#L84:3: suspicious assignment to a by-value method receiver (false positive?)
  5. pkg/proute/route.go#L125:3: suspicious assignment to a by-value method receiver (false positive?)
  6. pkg/proute/route.go#L129:4: suspicious assignment to a by-value method receiver (false positive?)
  7. pkg/proute/route.go#L131:4: suspicious assignment to a by-value method receiver (false positive?)
  8. pkg/proute/route.go#L133:4: suspicious assignment to a by-value method receiver (false positive?)
  9. pkg/proute/route.go#L141:3: suspicious assignment to a by-value method receiver (false positive?)
  10. pkg/proute/route.go#L146:4: suspicious assignment to a by-value method receiver (false positive?)
  11. pkg/proute/proute.go#L92:3: suspicious assignment to a by-value method receiver (false positive?)
  12. pkg/proute/proute.go#L94:4: suspicious assignment to a by-value method receiver (false positive?)
  13. pkg/proute/proute.go#L102:3: suspicious assignment to a by-value method receiver (false positive?)
  14. pkg/proute/proute.go#L104:4: suspicious assignment to a by-value method receiver (false positive?)
  15. pkg/proute/proute.go#L112:3: suspicious assignment to a by-value method receiver (false positive?)
  16. pkg/proute/proute.go#L114:4: suspicious assignment to a by-value method receiver (false positive?)
  17. pkg/proute/proute.go#L122:3: suspicious assignment to a by-value method receiver (false positive?)
  18. pkg/proute/proute.go#L124:4: suspicious assignment to a by-value method receiver (false positive?)
  19. pkg/proute/crumb.go#L136:3: suspicious assignment to a by-value method receiver (false positive?)
  20. pkg/proute/crumb.go#L140:3: suspicious assignment to a by-value method receiver (false positive?)
  21. pkg/proute/crumb.go#L141:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/assetnote/kiterunner/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. util/templates/normalizers.go#L22:2: suspicious assignment to a by-value method receiver (false positive?)
  2. util/templates/normalizers.go#L33:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/argoproj/argo-cd/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. go/vt/vtadmin/cluster/config.go#L470:2: suspicious assignment to a by-value method receiver (false positive?)
  2. go/vt/vtadmin/cluster/config.go#L480:2: suspicious assignment to a by-value method receiver (false positive?)
  3. go/vt/sqlparser/ast_funcs.go#L1028:3: suspicious assignment to a by-value method receiver (false positive?)
  4. go/vt/sqlparser/random_expr.go#L73:2: suspicious assignment to a by-value method receiver (false positive?)
  5. go/vt/sqlparser/random_expr.go#L78:2: suspicious assignment to a by-value method receiver (false positive?)
  6. go/vt/sqlparser/random_expr.go#L83:2: suspicious assignment to a by-value method receiver (false positive?)
  7. go/vt/sqlparser/random_expr.go#L88:2: suspicious assignment to a by-value method receiver (false positive?)
  8. go/vt/sqlparser/random_expr.go#L93:2: suspicious assignment to a by-value method receiver (false positive?)
  9. go/vt/sqlparser/random_expr.go#L98:2: suspicious assignment to a by-value method receiver (false positive?)
  10. go/vt/sqlparser/random_expr.go#L103:2: suspicious assignment to a by-value method receiver (false positive?)
  11. go/vt/sqlparser/random_expr.go#L108:2: suspicious assignment to a by-value method receiver (false positive?)
  12. go/vt/sqlparser/random_expr.go#L113:2: suspicious assignment to a by-value method receiver (false positive?)
  13. go/vt/sqlparser/random_expr.go#L118:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/vitessio/vitess/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. cli/chain.go#L64:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/abiosoft/colima/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. d2ast/d2ast.go#L235:3: suspicious assignment to a by-value method receiver (false positive?)
  2. d2ast/d2ast.go#L237:3: suspicious assignment to a by-value method receiver (false positive?)
  3. d2ast/d2ast.go#L239:2: suspicious assignment to a by-value method receiver (false positive?)
  4. d2ast/d2ast.go#L257:3: suspicious assignment to a by-value method receiver (false positive?)
  5. d2ast/d2ast.go#L259:2: suspicious assignment to a by-value method receiver (false positive?)
  6. d2ast/d2ast.go#L266:3: suspicious assignment to a by-value method receiver (false positive?)
  7. d2ast/d2ast.go#L273:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/terrastruct/d2/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. pkg/policy/types/types.go#L72:2: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/policy/types/types.go#L77:2: suspicious assignment to a by-value method receiver (false positive?)
  3. pkg/policy/types/types.go#L78:2: suspicious assignment to a by-value method receiver (false positive?)
  4. pkg/container/immset.go#L75:2: suspicious assignment to a by-value method receiver (false positive?)
  5. pkg/container/immset.go#L79:4: suspicious assignment to a by-value method receiver (false positive?)
  6. pkg/policy/types/types.go#L82:3: suspicious assignment to a by-value method receiver (false positive?)
  7. pkg/policy/types/types.go#L92:2: suspicious assignment to a by-value method receiver (false positive?)
  8. pkg/policy/types/types.go#L93:2: suspicious assignment to a by-value method receiver (false positive?)
  9. pkg/policy/types/types.go#L129:2: suspicious assignment to a by-value method receiver (false positive?)
  10. cilium-cli/connectivity/check/result.go#L288:2: suspicious assignment to a by-value method receiver (false positive?)
  11. pkg/k8s/statedb.go#L179:3: suspicious assignment to a by-value method receiver (false positive?)
  12. pkg/k8s/statedb.go#L182:3: suspicious assignment to a by-value method receiver (false positive?)
  13. pkg/policy/mapstate_test.go#L45:2: suspicious assignment to a by-value method receiver (false positive?)
  14. pkg/policy/mapstate_test.go#L58:2: suspicious assignment to a by-value method receiver (false positive?)
  15. pkg/policy/mapstate_test.go#L59:2: suspicious assignment to a by-value method receiver (false positive?)
  16. pkg/policy/mapstate_test.go#L65:2: suspicious assignment to a by-value method receiver (false positive?)
  17. pkg/policy/mapstate_test.go#L66:2: suspicious assignment to a by-value method receiver (false positive?)
  18. pkg/policy/mapstate_test.go#L80:3: suspicious assignment to a by-value method receiver (false positive?)
  19. pkg/policy/mapstate_test.go#L123:3: suspicious assignment to a by-value method receiver (false positive?)
  20. pkg/policy/mapstate_test.go#L125:3: suspicious assignment to a by-value method receiver (false positive?)
  21. pkg/policy/mapstate_test.go#L127:2: suspicious assignment to a by-value method receiver (false positive?)
  22. pkg/policy/mapstate_test.go#L137:2: suspicious assignment to a by-value method receiver (false positive?)
  23. pkg/policy/mapstate_test.go#L138:2: suspicious assignment to a by-value method receiver (false positive?)
  24. pkg/policy/mapstate.go#L870:2: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. common/metrics/types.go#L84:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/polarismesh/polaris/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. ast2/ast_slice.go#L80:54: suspicious assignment to a by-value method receiver (false positive?)
  2. ast2/ast_slice.go#L81:54: suspicious assignment to a by-value method receiver (false positive?)
  3. ast2/ast_slice.go#L82:54: suspicious assignment to a by-value method receiver (false positive?)
  4. ast2/ast_slice.go#L83:54: suspicious assignment to a by-value method receiver (false positive?)
  5. ast2/ast_slice.go#L84:54: suspicious assignment to a by-value method receiver (false positive?)
  6. ast2/ast_slice.go#L85:54: suspicious assignment to a by-value method receiver (false positive?)
  7. ast2/ast_slice.go#L86:54: suspicious assignment to a by-value method receiver (false positive?)
  8. ast2/ast_slice.go#L87:54: suspicious assignment to a by-value method receiver (false positive?)
  9. ast2/ast_slice.go#L89:54: suspicious assignment to a by-value method receiver (false positive?)
  10. ast2/ast_slice.go#L90:54: suspicious assignment to a by-value method receiver (false positive?)
  11. ast2/ast_slice.go#L91:54: suspicious assignment to a by-value method receiver (false positive?)
  12. ast2/ast_slice.go#L92:54: suspicious assignment to a by-value method receiver (false positive?)
  13. ast2/ast_slice.go#L93:54: suspicious assignment to a by-value method receiver (false positive?)
  14. ast2/ast_slice.go#L94:54: suspicious assignment to a by-value method receiver (false positive?)
  15. ast2/ast_slice.go#L95:54: suspicious assignment to a by-value method receiver (false positive?)
  16. ast2/ast_slice.go#L96:54: suspicious assignment to a by-value method receiver (false positive?)
  17. base/genimport/types.go#L112:3: suspicious assignment to a by-value method receiver (false positive?)
  18. base/genimport/types.go#L113:3: suspicious assignment to a by-value method receiver (false positive?)
  19. xreflect/api.go#L143:4: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/cosmos72/gomacro/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. cmd/ui/multiInput/multiInput.go#L82:5: suspicious assignment to a by-value method receiver (false positive?)
  2. cmd/ui/multiInput/multiInput.go#L94:6: suspicious assignment to a by-value method receiver (false positive?)
  3. cmd/ui/multiSelect/multiSelect.go#L90:5: suspicious assignment to a by-value method receiver (false positive?)
  4. cmd/ui/spinner/spinner.go#L35:4: suspicious assignment to a by-value method receiver (false positive?)
  5. cmd/ui/spinner/spinner.go#L42:3: suspicious assignment to a by-value method receiver (false positive?)
  6. cmd/ui/spinner/spinner.go#L47:3: suspicious assignment to a by-value method receiver (false positive?)
  7. cmd/ui/textinput/textinput.go#L117:3: suspicious assignment to a by-value method receiver (false positive?)
  8. cmd/ui/textinput/textinput.go#L122:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/Melkeydev/go-blueprint/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. generator/template/generator_template.go#L24:2: suspicious assignment to a by-value method receiver (false positive?)
  2. generator/template/generator_template.go#L37:2: suspicious assignment to a by-value method receiver (false positive?)
  3. generator/template/generator_template.go#L43:2: suspicious assignment to a by-value method receiver (false positive?)
  4. generator/template/generator_template.go#L49:2: suspicious assignment to a by-value method receiver (false positive?)
  5. generator/template/model_template.go#L31:2: suspicious assignment to a by-value method receiver (false positive?)
  6. generator/template/model_template.go#L37:2: suspicious assignment to a by-value method receiver (false positive?)
  7. generator/template/model_template.go#L43:2: suspicious assignment to a by-value method receiver (false positive?)
  8. generator/template/model_template.go#L49:2: suspicious assignment to a by-value method receiver (false positive?)
  9. generator/template/model_template.go#L89:2: suspicious assignment to a by-value method receiver (false positive?)
  10. generator/template/model_template.go#L95:2: suspicious assignment to a by-value method receiver (false positive?)
  11. generator/template/model_template.go#L101:2: suspicious assignment to a by-value method receiver (false positive?)
  12. generator/template/model_template.go#L134:2: suspicious assignment to a by-value method receiver (false positive?)
  13. generator/template/model_template.go#L140:2: suspicious assignment to a by-value method receiver (false positive?)
  14. generator/template/model_template.go#L181:2: suspicious assignment to a by-value method receiver (false positive?)
  15. generator/template/model_template.go#L187:2: suspicious assignment to a by-value method receiver (false positive?)
  16. generator/template/model_template.go#L193:2: suspicious assignment to a by-value method receiver (false positive?)
  17. generator/template/sql_builder_template.go#L34:2: suspicious assignment to a by-value method receiver (false positive?)
  18. generator/template/sql_builder_template.go#L40:2: suspicious assignment to a by-value method receiver (false positive?)
  19. generator/template/sql_builder_template.go#L46:2: suspicious assignment to a by-value method receiver (false positive?)
  20. generator/template/sql_builder_template.go#L52:2: suspicious assignment to a by-value method receiver (false positive?)
  21. generator/template/sql_builder_template.go#L98:2: suspicious assignment to a by-value method receiver (false positive?)
  22. generator/template/sql_builder_template.go#L104:2: suspicious assignment to a by-value method receiver (false positive?)
  23. generator/template/sql_builder_template.go#L110:2: suspicious assignment to a by-value method receiver (false positive?)
  24. generator/template/sql_builder_template.go#L116:2: suspicious assignment to a by-value method receiver (false positive?)
  25. generator/template/sql_builder_template.go#L122:2: suspicious assignment to a by-value method receiver (false positive?)
  26. generator/template/sql_builder_template.go#L128:2: suspicious assignment to a by-value method receiver (false positive?)
  27. generator/template/sql_builder_template.go#L236:2: suspicious assignment to a by-value method receiver (false positive?)
  28. generator/template/sql_builder_template.go#L242:2: suspicious assignment to a by-value method receiver (false positive?)
  29. generator/template/sql_builder_template.go#L248:2: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. server/utils/list_options.go#L26:2: suspicious assignment to a by-value method receiver (false positive?)
  2. server/utils/list_options.go#L31:2: suspicious assignment to a by-value method receiver (false positive?)
  3. server/utils/list_options.go#L36:2: suspicious assignment to a by-value method receiver (false positive?)
  4. server/utils/list_options.go#L41:2: suspicious assignment to a by-value method receiver (false positive?)
  5. server/utils/list_options.go#L46:2: suspicious assignment to a by-value method receiver (false positive?)
  6. server/utils/list_options.go#L51:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/argoproj/argo-workflows/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. server/mqtt_ex_bench_test.go#L284:2: suspicious assignment to a by-value method receiver (false positive?)
  2. server/mqtt_ex_bench_test.go#L289:2: suspicious assignment to a by-value method receiver (false positive?)
  3. server/mqtt_ex_bench_test.go#L294:2: suspicious assignment to a by-value method receiver (false positive?)
  4. server/mqtt_ex_bench_test.go#L299:2: suspicious assignment to a by-value method receiver (false positive?)
  5. server/mqtt_ex_bench_test.go#L304:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/nats-io/nats-server/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. persistence/sql/persister.go#L147:2: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. schema/edge/annotation.go#L41:3: suspicious assignment to a by-value method receiver (false positive?)
  2. dialect/entsql/annotation.go#L381:3: suspicious assignment to a by-value method receiver (false positive?)
  3. dialect/entsql/annotation.go#L384:3: suspicious assignment to a by-value method receiver (false positive?)
  4. dialect/entsql/annotation.go#L387:3: suspicious assignment to a by-value method receiver (false positive?)
  5. dialect/entsql/annotation.go#L390:3: suspicious assignment to a by-value method receiver (false positive?)
  6. dialect/entsql/annotation.go#L393:3: suspicious assignment to a by-value method receiver (false positive?)
  7. dialect/entsql/annotation.go#L396:3: suspicious assignment to a by-value method receiver (false positive?)
  8. dialect/entsql/annotation.go#L400:4: suspicious assignment to a by-value method receiver (false positive?)
  9. dialect/entsql/annotation.go#L407:3: suspicious assignment to a by-value method receiver (false positive?)
  10. dialect/entsql/annotation.go#L410:3: suspicious assignment to a by-value method receiver (false positive?)
  11. dialect/entsql/annotation.go#L413:3: suspicious assignment to a by-value method receiver (false positive?)
  12. dialect/entsql/annotation.go#L416:3: suspicious assignment to a by-value method receiver (false positive?)
  13. dialect/entsql/annotation.go#L419:3: suspicious assignment to a by-value method receiver (false positive?)
  14. dialect/entsql/annotation.go#L422:3: suspicious assignment to a by-value method receiver (false positive?)
  15. dialect/entsql/annotation.go#L426:4: suspicious assignment to a by-value method receiver (false positive?)
  16. dialect/entsql/annotation.go#L433:3: suspicious assignment to a by-value method receiver (false positive?)
  17. dialect/entsql/annotation.go#L436:3: suspicious assignment to a by-value method receiver (false positive?)
  18. dialect/entsql/annotation.go#L440:4: suspicious assignment to a by-value method receiver (false positive?)
  19. dialect/entsql/annotation.go#L447:3: suspicious assignment to a by-value method receiver (false positive?)
  20. dialect/entsql/annotation.go#L773:3: suspicious assignment to a by-value method receiver (false positive?)
  21. dialect/entsql/annotation.go#L777:4: suspicious assignment to a by-value method receiver (false positive?)
  22. dialect/entsql/annotation.go#L784:3: suspicious assignment to a by-value method receiver (false positive?)
  23. dialect/entsql/annotation.go#L788:4: suspicious assignment to a by-value method receiver (false positive?)
  24. dialect/entsql/annotation.go#L795:3: suspicious assignment to a by-value method receiver (false positive?)
  25. dialect/entsql/annotation.go#L799:4: suspicious assignment to a by-value method receiver (false positive?)
  26. dialect/entsql/annotation.go#L806:3: suspicious assignment to a by-value method receiver (false positive?)
  27. dialect/entsql/annotation.go#L809:3: suspicious assignment to a by-value method receiver (false positive?)
  28. dialect/entsql/annotation.go#L813:4: suspicious assignment to a by-value method receiver (false positive?)
  29. dialect/entsql/annotation.go#L820:3: suspicious assignment to a by-value method receiver (false positive?)
  30. schema/field/annotation.go#L67:3: suspicious assignment to a by-value method receiver (false positive?)
  31. schema/field/annotation.go#L73:3: suspicious assignment to a by-value method receiver (false positive?)
  32. dialect/sql/builder.go#L2182:3: suspicious assignment to a by-value method receiver (false positive?)
  33. dialect/sql/builder.go#L2184:2: suspicious assignment to a by-value method receiver (false positive?)
  34. entc/load/schema_test.go#L36:2: suspicious assignment to a by-value method receiver (false positive?)
  35. entc/load/schema_test.go#L57:2: suspicious assignment to a by-value method receiver (false positive?)
  36. entc/integration/ent/schema/fieldtype.go#L543:2: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

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

Report issue: https://github.com/getsops/sops/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. worker/modelcache/worker.go#L83:2: suspicious assignment to a by-value method receiver (false positive?)
  2. worker/modelcache/worker.go#L84:2: suspicious assignment to a by-value method receiver (false positive?)
  3. worker/modelcache/worker.go#L85:2: suspicious assignment to a by-value method receiver (false positive?)
  4. core/cache/changes.go#L81:2: suspicious assignment to a by-value method receiver (false positive?)
  5. core/cache/changes.go#L83:2: suspicious assignment to a by-value method receiver (false positive?)
  6. core/cache/changes.go#L84:2: suspicious assignment to a by-value method receiver (false positive?)
  7. core/cache/changes.go#L85:2: suspicious assignment to a by-value method receiver (false positive?)
  8. core/cache/changes.go#L135:2: suspicious assignment to a by-value method receiver (false positive?)
  9. core/cache/changes.go#L171:2: suspicious assignment to a by-value method receiver (false positive?)
  10. core/cache/changes.go#L172:2: suspicious assignment to a by-value method receiver (false positive?)
  11. core/cache/changes.go#L173:2: suspicious assignment to a by-value method receiver (false positive?)
  12. core/cache/changes.go#L174:2: suspicious assignment to a by-value method receiver (false positive?)
  13. core/cache/changes.go#L212:3: suspicious assignment to a by-value method receiver (false positive?)
  14. core/cache/changes.go#L249:2: suspicious assignment to a by-value method receiver (false positive?)
  15. core/cache/changes.go#L250:2: suspicious assignment to a by-value method receiver (false positive?)
  16. core/cache/changes.go#L251:2: suspicious assignment to a by-value method receiver (false positive?)
  17. core/cache/changes.go#L252:2: suspicious assignment to a by-value method receiver (false positive?)
  18. core/cache/changes.go#L261:2: suspicious assignment to a by-value method receiver (false positive?)
  19. core/cache/changes.go#L267:2: suspicious assignment to a by-value method receiver (false positive?)
  20. core/cache/changes.go#L276:2: suspicious assignment to a by-value method receiver (false positive?)
  21. core/cache/changes.go#L285:2: suspicious assignment to a by-value method receiver (false positive?)
  22. core/cache/changes.go#L328:2: suspicious assignment to a by-value method receiver (false positive?)
  23. core/cache/changes.go#L347:2: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. pkg/skaffold/errors/problem.go#L65:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/GoogleContainerTools/skaffold/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. query/shape/shape.go#L276:2: suspicious assignment to a by-value method receiver (false positive?)
  2. query/shape/shape.go#L279:3: suspicious assignment to a by-value method receiver (false positive?)
  3. query/shape/shape.go#L320:2: suspicious assignment to a by-value method receiver (false positive?)
  4. query/shape/shape.go#L428:2: suspicious assignment to a by-value method receiver (false positive?)
  5. query/shape/shape.go#L541:2: suspicious assignment to a by-value method receiver (false positive?)
  6. query/shape/shape.go#L648:3: suspicious assignment to a by-value method receiver (false positive?)
  7. query/shape/shape.go#L650:3: suspicious assignment to a by-value method receiver (false positive?)
  8. query/shape/shape.go#L657:3: suspicious assignment to a by-value method receiver (false positive?)
  9. query/shape/shape.go#L659:3: suspicious assignment to a by-value method receiver (false positive?)
  10. query/shape/shape.go#L706:2: suspicious assignment to a by-value method receiver (false positive?)
  11. query/shape/shape.go#L795:2: suspicious assignment to a by-value method receiver (false positive?)
  12. query/shape/shape.go#L806:3: suspicious assignment to a by-value method receiver (false positive?)
  13. query/shape/shape.go#L892:2: suspicious assignment to a by-value method receiver (false positive?)
  14. query/shape/shape.go#L1193:3: suspicious assignment to a by-value method receiver (false positive?)
  15. query/shape/shape.go#L1199:4: suspicious assignment to a by-value method receiver (false positive?)
  16. query/shape/shape.go#L1209:4: suspicious assignment to a by-value method receiver (false positive?)
  17. query/shape/shape.go#L1222:3: suspicious assignment to a by-value method receiver (false positive?)
  18. query/shape/shape.go#L1232:4: suspicious assignment to a by-value method receiver (false positive?)
  19. query/shape/shape.go#L1234:4: suspicious assignment to a by-value method receiver (false positive?)
  20. query/shape/shape.go#L1237:4: suspicious assignment to a by-value method receiver (false positive?)
  21. query/shape/shape.go#L1338:2: suspicious assignment to a by-value method receiver (false positive?)
  22. query/shape/shape.go#L1347:3: suspicious assignment to a by-value method receiver (false positive?)
  23. query/shape/shape.go#L1357:2: suspicious assignment to a by-value method receiver (false positive?)
  24. query/shape/shape.go#L1359:3: suspicious assignment to a by-value method receiver (false positive?)
  25. query/shape/shape.go#L1364:4: suspicious assignment to a by-value method receiver (false positive?)
  26. query/shape/shape.go#L1367:3: suspicious assignment to a by-value method receiver (false positive?)
  27. query/shape/shape.go#L1389:2: suspicious assignment to a by-value method receiver (false positive?)
  28. query/shape/shape.go#L1421:2: suspicious assignment to a by-value method receiver (false positive?)
  29. query/shape/shape.go#L1467:2: suspicious assignment to a by-value method receiver (false positive?)
  30. graph/sql/shape.go#L277:2: suspicious assignment to a by-value method receiver (false positive?)
  31. graph/sql/shape.go#L278:2: suspicious assignment to a by-value method receiver (false positive?)
  32. graph/sql/shape.go#L279:2: suspicious assignment to a by-value method receiver (false positive?)
  33. graph/sql/shape.go#L280:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/cayleygraph/cayley/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. lib/teleterm/api/uri/uri.go#L189:2: suspicious assignment to a by-value method receiver (false positive?)
  2. lib/teleterm/api/uri/uri.go#L199:2: suspicious assignment to a by-value method receiver (false positive?)
  3. lib/teleterm/api/uri/uri.go#L205:2: suspicious assignment to a by-value method receiver (false positive?)
  4. lib/teleterm/api/uri/uri.go#L211:2: suspicious assignment to a by-value method receiver (false positive?)
  5. lib/teleterm/api/uri/uri.go#L217:2: suspicious assignment to a by-value method receiver (false positive?)
  6. lib/teleterm/api/uri/uri.go#L223:2: suspicious assignment to a by-value method receiver (false positive?)
  7. lib/teleterm/api/uri/uri.go#L229:2: suspicious assignment to a by-value method receiver (false positive?)
  8. lib/teleterm/api/uri/uri.go#L235:2: suspicious assignment to a by-value method receiver (false positive?)
  9. api/types/authority.go#L618:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/gravitational/teleport/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. ui/pager.go#L184:5: suspicious assignment to a by-value method receiver (false positive?)
  2. ui/pager.go#L246:3: suspicious assignment to a by-value method receiver (false positive?)
  3. ui/pager.go#L249:2: suspicious assignment to a by-value method receiver (false positive?)
  4. ui/ui.go#L192:6: suspicious assignment to a by-value method receiver (false positive?)
  5. ui/ui.go#L221:3: suspicious assignment to a by-value method receiver (false positive?)
  6. ui/ui.go#L232:3: suspicious assignment to a by-value method receiver (false positive?)
  7. ui/ui.go#L239:3: suspicious assignment to a by-value method receiver (false positive?)
  8. ui/ui.go#L256:4: suspicious assignment to a by-value method receiver (false positive?)
  9. ui/ui.go#L265:3: suspicious assignment to a by-value method receiver (false positive?)
  10. ui/ui.go#L270:3: suspicious assignment to a by-value method receiver (false positive?)
  11. ui/stash.go#L417:3: suspicious assignment to a by-value method receiver (false positive?)
  12. ui/stash.go#L421:3: suspicious assignment to a by-value method receiver (false positive?)
  13. ui/stash.go#L424:3: suspicious assignment to a by-value method receiver (false positive?)
  14. ui/stash.go#L431:4: suspicious assignment to a by-value method receiver (false positive?)
  15. ui/stash.go#L453:4: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. options.go#L350:4: suspicious assignment to a by-value method receiver (false positive?)
  2. options.go#L351:4: suspicious assignment to a by-value method receiver (false positive?)
  3. options.go#L356:4: suspicious assignment to a by-value method receiver (false positive?)
  4. options.go#L369:2: suspicious assignment to a by-value method receiver (false positive?)
  5. options.go#L379:2: suspicious assignment to a by-value method receiver (false positive?)
  6. options.go#L393:2: suspicious assignment to a by-value method receiver (false positive?)
  7. options.go#L403:2: suspicious assignment to a by-value method receiver (false positive?)
  8. options.go#L411:2: suspicious assignment to a by-value method receiver (false positive?)
  9. options.go#L424:2: suspicious assignment to a by-value method receiver (false positive?)
  10. options.go#L439:2: suspicious assignment to a by-value method receiver (false positive?)
  11. options.go#L449:2: suspicious assignment to a by-value method receiver (false positive?)
  12. options.go#L460:2: suspicious assignment to a by-value method receiver (false positive?)
  13. options.go#L470:2: suspicious assignment to a by-value method receiver (false positive?)
  14. options.go#L483:2: suspicious assignment to a by-value method receiver (false positive?)
  15. options.go#L493:2: suspicious assignment to a by-value method receiver (false positive?)
  16. options.go#L505:2: suspicious assignment to a by-value method receiver (false positive?)
  17. options.go#L522:2: suspicious assignment to a by-value method receiver (false positive?)
  18. options.go#L532:2: suspicious assignment to a by-value method receiver (false positive?)
  19. options.go#L542:2: suspicious assignment to a by-value method receiver (false positive?)
  20. options.go#L558:2: suspicious assignment to a by-value method receiver (false positive?)
  21. options.go#L569:2: suspicious assignment to a by-value method receiver (false positive?)
  22. options.go#L577:2: suspicious assignment to a by-value method receiver (false positive?)
  23. options.go#L586:2: suspicious assignment to a by-value method receiver (false positive?)
  24. options.go#L594:2: suspicious assignment to a by-value method receiver (false positive?)
  25. options.go#L602:2: suspicious assignment to a by-value method receiver (false positive?)
  26. options.go#L612:2: suspicious assignment to a by-value method receiver (false positive?)
  27. options.go#L621:2: suspicious assignment to a by-value method receiver (false positive?)
  28. options.go#L630:2: suspicious assignment to a by-value method receiver (false positive?)
  29. options.go#L638:2: suspicious assignment to a by-value method receiver (false positive?)
  30. options.go#L650:2: suspicious assignment to a by-value method receiver (false positive?)
  31. options.go#L660:2: suspicious assignment to a by-value method receiver (false positive?)
  32. options.go#L670:2: suspicious assignment to a by-value method receiver (false positive?)
  33. options.go#L681:2: suspicious assignment to a by-value method receiver (false positive?)
  34. options.go#L696:2: suspicious assignment to a by-value method receiver (false positive?)
  35. options.go#L705:2: suspicious assignment to a by-value method receiver (false positive?)
  36. options.go#L729:2: suspicious assignment to a by-value method receiver (false positive?)
  37. options.go#L742:2: suspicious assignment to a by-value method receiver (false positive?)
  38. options.go#L760:2: suspicious assignment to a by-value method receiver (false positive?)
  39. options.go#L774:2: suspicious assignment to a by-value method receiver (false positive?)
  40. options.go#L784:2: suspicious assignment to a by-value method receiver (false positive?)
  41. options.go#L791:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/dgraph-io/badger/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. log.go#L312:2: suspicious assignment to a by-value method receiver (false positive?)
  2. log.go#L323:2: suspicious assignment to a by-value method receiver (false positive?)
  3. log.go#L334:2: suspicious assignment to a by-value method receiver (false positive?)
  4. context.go#L364:2: suspicious assignment to a by-value method receiver (false positive?)
  5. context.go#L446:2: suspicious assignment to a by-value method receiver (false positive?)
  6. context.go#L454:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/rs/zerolog/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. libs/edssser/edssser.go#L122:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/celestiaorg/celestia-node/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. internal/dag/context.go#L82:2: suspicious assignment to a by-value method receiver (false positive?)

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

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. pkg/vfs/vfs.go#L88:2: suspicious assignment to a by-value method receiver (false positive?)
  2. pkg/vfs/vfs.go#L93:3: suspicious assignment to a by-value method receiver (false positive?)
  3. pkg/vfs/vfs.go#L99:2: suspicious assignment to a by-value method receiver (false positive?)
  4. pkg/vfs/vfs.go#L107:2: suspicious assignment to a by-value method receiver (false positive?)
  5. pkg/vfs/vfs.go#L108:2: suspicious assignment to a by-value method receiver (false positive?)
  6. pkg/vfs/vfs.go#L109:2: suspicious assignment to a by-value method receiver (false positive?)
  7. pkg/vfs/vfs.go#L110:2: suspicious assignment to a by-value method receiver (false positive?)
  8. pkg/vfs/vfs.go#L111:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/juicedata/juicefs/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. service/rds/rdsutils/builder.go#L52:2: suspicious assignment to a by-value method receiver (false positive?)
  2. service/rds/rdsutils/builder.go#L58:2: suspicious assignment to a by-value method receiver (false positive?)
  3. service/rds/rdsutils/builder.go#L64:2: suspicious assignment to a by-value method receiver (false positive?)
  4. service/rds/rdsutils/builder.go#L70:2: suspicious assignment to a by-value method receiver (false positive?)
  5. service/rds/rdsutils/builder.go#L83:2: suspicious assignment to a by-value method receiver (false positive?)
  6. service/rds/rdsutils/builder.go#L89:2: suspicious assignment to a by-value method receiver (false positive?)
  7. service/dynamodb/expression/expression.go#L183:3: suspicious assignment to a by-value method receiver (false positive?)
  8. service/dynamodb/expression/expression.go#L207:3: suspicious assignment to a by-value method receiver (false positive?)
  9. service/dynamodb/expression/expression.go#L231:3: suspicious assignment to a by-value method receiver (false positive?)
  10. service/dynamodb/expression/update.go#L145:3: suspicious assignment to a by-value method receiver (false positive?)
  11. service/dynamodb/expression/update.go#L205:3: suspicious assignment to a by-value method receiver (false positive?)
  12. service/dynamodb/expression/expression.go#L255:3: suspicious assignment to a by-value method receiver (false positive?)
  13. service/dynamodb/expression/expression.go#L279:3: suspicious assignment to a by-value method receiver (false positive?)
  14. service/dynamodb/expression/update.go#L262:3: suspicious assignment to a by-value method receiver (false positive?)
  15. service/dynamodb/expression/update.go#L327:3: suspicious assignment to a by-value method receiver (false positive?)
  16. service/s3/s3crypto/kms_context_key_handler.go#L171:2: suspicious assignment to a by-value method receiver (false positive?)
  17. service/s3/s3crypto/kms_context_key_handler.go#L172:2: suspicious assignment to a by-value method receiver (false positive?)
  18. service/s3/s3crypto/kms_key_handler.go#L164:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/aws/aws-sdk-go/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. test/extended/util/client.go#L297:2: suspicious assignment to a by-value method receiver (false positive?)
  2. test/extended/util/client.go#L303:2: suspicious assignment to a by-value method receiver (false positive?)
  3. test/extended/util/client.go#L304:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/openshift/origin/issues

github-actions[bot] commented 2 weeks ago

Run revive -config /home/runner/work/go-linter-runner-example/go-linter-runner-example/revive.toml on Repo: https://github.com/aws/amazon-ssm-agent

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

Expand
  1. extra/aws-sdk-go/service/rds/rdsutils/builder.go#L52:2: suspicious assignment to a by-value method receiver (false positive?)
  2. extra/aws-sdk-go/service/rds/rdsutils/builder.go#L58:2: suspicious assignment to a by-value method receiver (false positive?)
  3. extra/aws-sdk-go/service/rds/rdsutils/builder.go#L64:2: suspicious assignment to a by-value method receiver (false positive?)
  4. extra/aws-sdk-go/service/rds/rdsutils/builder.go#L70:2: suspicious assignment to a by-value method receiver (false positive?)
  5. extra/aws-sdk-go/service/rds/rdsutils/builder.go#L83:2: suspicious assignment to a by-value method receiver (false positive?)
  6. extra/aws-sdk-go/service/rds/rdsutils/builder.go#L89:2: suspicious assignment to a by-value method receiver (false positive?)
  7. extra/aws-sdk-go/service/s3/s3crypto/kms_key_handler.go#L164:2: suspicious assignment to a by-value method receiver (false positive?)
  8. extra/aws-sdk-go/service/s3/s3crypto/kms_context_key_handler.go#L171:2: suspicious assignment to a by-value method receiver (false positive?)
  9. extra/aws-sdk-go/service/s3/s3crypto/kms_context_key_handler.go#L172:2: suspicious assignment to a by-value method receiver (false positive?)
  10. extra/aws-sdk-go/service/dynamodb/expression/update.go#L145:3: suspicious assignment to a by-value method receiver (false positive?)
  11. extra/aws-sdk-go/service/dynamodb/expression/update.go#L205:3: suspicious assignment to a by-value method receiver (false positive?)
  12. extra/aws-sdk-go/service/dynamodb/expression/update.go#L262:3: suspicious assignment to a by-value method receiver (false positive?)
  13. extra/aws-sdk-go/service/dynamodb/expression/expression.go#L183:3: suspicious assignment to a by-value method receiver (false positive?)
  14. extra/aws-sdk-go/service/dynamodb/expression/expression.go#L207:3: suspicious assignment to a by-value method receiver (false positive?)
  15. extra/aws-sdk-go/service/dynamodb/expression/update.go#L327:3: suspicious assignment to a by-value method receiver (false positive?)
  16. extra/aws-sdk-go/service/dynamodb/expression/expression.go#L231:3: suspicious assignment to a by-value method receiver (false positive?)
  17. extra/aws-sdk-go/service/dynamodb/expression/expression.go#L255:3: suspicious assignment to a by-value method receiver (false positive?)
  18. extra/aws-sdk-go/service/dynamodb/expression/expression.go#L279:3: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/aws/amazon-ssm-agent/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. refactor/refactor.go#L49:2: suspicious assignment to a by-value method receiver (false positive?)
  2. internal/presentation/presentation.go#L126:2: suspicious assignment to a by-value method receiver (false positive?)
  3. plugins/rest/rest.go#L247:3: suspicious assignment to a by-value method receiver (false positive?)
  4. plugins/rest/rest.go#L257:2: suspicious assignment to a by-value method receiver (false positive?)
  5. plugins/rest/rest.go#L258:2: suspicious assignment to a by-value method receiver (false positive?)
  6. plugins/rest/rest.go#L265:2: suspicious assignment to a by-value method receiver (false positive?)
  7. bundle/bundle.go#L226:2: suspicious assignment to a by-value method receiver (false positive?)
  8. bundle/bundle.go#L230:2: suspicious assignment to a by-value method receiver (false positive?)
  9. bundle/bundle.go#L235:3: suspicious assignment to a by-value method receiver (false positive?)
  10. bundle/bundle.go#L1292:3: suspicious assignment to a by-value method receiver (false positive?)
  11. bundle/bundle.go#L1304:2: suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/open-policy-agent/opa/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. [bubble/bubble.go#L30:2:](https://github.com/bensadeh/circumflex/blob/main/bubble/bubble.go#L30:2:) suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/bensadeh/circumflex/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. [node.go#L102:6:](https://github.com/rjeczalik/notify/blob/master/node.go#L102:6:) suspicious assignment to a by-value method receiver (false positive?)
  2. [node.go#L107:5:](https://github.com/rjeczalik/notify/blob/master/node.go#L107:5:) suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/rjeczalik/notify/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. [types/types.go#L84:2:](https://github.com/onsi/ginkgo/blob/master/types/types.go#L84:2:) suspicious assignment to a by-value method receiver (false positive?)
  2. [types/types.go#L87:3:](https://github.com/onsi/ginkgo/blob/master/types/types.go#L87:3:) suspicious assignment to a by-value method receiver (false positive?)
  3. [types/types.go#L91:3:](https://github.com/onsi/ginkgo/blob/master/types/types.go#L91:3:) suspicious assignment to a by-value method receiver (false positive?)
  4. [types/types.go#L104:2:](https://github.com/onsi/ginkgo/blob/master/types/types.go#L104:2:) suspicious assignment to a by-value method receiver (false positive?)
  5. [types/types.go#L105:2:](https://github.com/onsi/ginkgo/blob/master/types/types.go#L105:2:) suspicious assignment to a by-value method receiver (false positive?)
  6. [types/types.go#L114:2:](https://github.com/onsi/ginkgo/blob/master/types/types.go#L114:2:) suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/onsi/ginkgo/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. [pkg/shark/columnformat.go#L183:2:](https://github.com/gcla/termshark/blob/master/pkg/shark/columnformat.go#L183:2:) suspicious assignment to a by-value method receiver (false positive?)
  2. [ui/ui.go#L3083:2:](https://github.com/gcla/termshark/blob/master/ui/ui.go#L3083:2:) suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/gcla/termshark/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. [web/server/system/shell.go#L151:2:](https://github.com/smartystreets/goconvey/blob/master/web/server/system/shell.go#L151:2:) suspicious assignment to a by-value method receiver (false positive?)
  2. [web/server/system/shell.go#L152:2:](https://github.com/smartystreets/goconvey/blob/master/web/server/system/shell.go#L152:2:) suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/smartystreets/goconvey/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. [util/compression/compression.go#L69:2:](https://github.com/moby/buildkit/blob/master/util/compression/compression.go#L69:2:) suspicious assignment to a by-value method receiver (false positive?)
  2. [util/compression/compression.go#L74:2:](https://github.com/moby/buildkit/blob/master/util/compression/compression.go#L74:2:) suspicious assignment to a by-value method receiver (false positive?)
  3. [client/llb/state.go#L73:4:](https://github.com/moby/buildkit/blob/master/client/llb/state.go#L73:4:) suspicious assignment to a by-value method receiver (false positive?)
  4. [client/llb/state.go#L134:2:](https://github.com/moby/buildkit/blob/master/client/llb/state.go#L134:2:) suspicious assignment to a by-value method receiver (false positive?)
  5. [client/llb/state.go#L241:2:](https://github.com/moby/buildkit/blob/master/client/llb/state.go#L241:2:) suspicious assignment to a by-value method receiver (false positive?)
  6. [client/llb/state.go#L245:2:](https://github.com/moby/buildkit/blob/master/client/llb/state.go#L245:2:) suspicious assignment to a by-value method receiver (false positive?)
  7. [client/llb/state.go#L262:4:](https://github.com/moby/buildkit/blob/master/client/llb/state.go#L262:4:) suspicious assignment to a by-value method receiver (false positive?)
  8. [client/llb/state.go#L265:2:](https://github.com/moby/buildkit/blob/master/client/llb/state.go#L265:2:) suspicious assignment to a by-value method receiver (false positive?)
  9. [client/llb/state.go#L276:3:](https://github.com/moby/buildkit/blob/master/client/llb/state.go#L276:3:) suspicious assignment to a by-value method receiver (false positive?)
  10. [client/llb/state.go#L461:3:](https://github.com/moby/buildkit/blob/master/client/llb/state.go#L461:3:) suspicious assignment to a by-value method receiver (false positive?)
  11. [cache/refs.go#L190:3:](https://github.com/moby/buildkit/blob/master/cache/refs.go#L190:3:) suspicious assignment to a by-value method receiver (false positive?)
  12. [cache/refs.go#L196:3:](https://github.com/moby/buildkit/blob/master/cache/refs.go#L196:3:) suspicious assignment to a by-value method receiver (false positive?)
  13. [cache/refs.go#L205:3:](https://github.com/moby/buildkit/blob/master/cache/refs.go#L205:3:) suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/moby/buildkit/issues

github-actions[bot] commented 2 weeks ago

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

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

Expand
  1. [pkg/cmd/util/flag/map.go#L50:2:](https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/map.go#L50:2:) suspicious assignment to a by-value method receiver (false positive?)
  2. [pkg/cmd/util/flag/map.go#L59:2:](https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/map.go#L59:2:) suspicious assignment to a by-value method receiver (false positive?)

Report issue: https://github.com/vmware-tanzu/velero/issues

alingse commented 2 weeks ago

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

Got total 2 lines 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