Renaming unused parameters to _
#2217
Annotations
10 errors and 1 warning
lint:
dst/runtime/main.go#L17
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
dynparquet/nil_chunk.go#L139
redefines-builtin-id: redefinition of the built-in function min (revive)
|
lint:
dynparquet/nil_chunk.go#L173
redefines-builtin-id: redefinition of the built-in function min (revive)
|
lint:
internal/records/record_builder_test.go#L16
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
logictest/logic_test.go#L172
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
parts/parquet.go#L128
redefines-builtin-id: redefinition of the built-in function max (revive)
|
lint:
pqarrow/arrow.go#L972
redefines-builtin-id: redefinition of the built-in function max (revive)
|
lint:
pqarrow/arrowutils/nullarray.go#L20
redefines-builtin-id: redefinition of the built-in function len (revive)
|
lint:
pqarrow/arrowutils/nullarray.go#L29
redefines-builtin-id: redefinition of the built-in function len (revive)
|
lint:
pqarrow/builder/listbuilder.go#L153
redefines-builtin-id: redefinition of the built-in function min (revive)
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/frostdb/frostdb. Supported file pattern: go.sum
|