Refactor and document eacl
package
#1253
Annotations
7 errors
eacl/test/generate.go#L16
unused-parameter: parameter 'tb' seems to be unused, consider removing or renaming it as _ (revive)
|
eacl/test/generate.go#L24
unused-parameter: parameter 'tb' seems to be unused, consider removing or renaming it as _ (revive)
|
eacl/table_internal_test.go#L101
increment-decrement: should replace f.hdrType += 1 with f.hdrType++ (revive)
|
eacl/table_internal_test.go#L102
increment-decrement: should replace f.matcher += 1 with f.matcher++ (revive)
|
eacl/table_test.go#L176
Error return value of `rand.Read` is not checked (errcheck)
|
eacl/filter_test.go#L34
unnecessary trailing newline (whitespace)
|
|
The logs for this run have expired and are no longer available.
Loading