[RFC] Split reflists to share their contents across snapshots #607
Annotations
1 error and 7 warnings
test
issues found
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test:
deb/reflist.go#L488
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
test:
deb/reflist.go#L856
unused-parameter: parameter 'key' seems to be unused, consider removing or renaming it as _ (revive)
|
test:
deb/reflist.go#L545
receiver-naming: receiver name l should be consistent with previous receiver name sl for SplitRefList (revive)
|
test:
deb/reflist.go#L569
receiver-naming: receiver name l should be consistent with previous receiver name sl for SplitRefList (revive)
|
test:
deb/reflist.go#L589
receiver-naming: receiver name l should be consistent with previous receiver name sl for SplitRefList (revive)
|
test:
deb/reflist.go#L989
increment-decrement: should replace requiredSize += 1 with requiredSize++ (revive)
|