✨ v3 (feature): request binding #4751
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 9 warnings
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Cannot open: File exists
|
lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
lint:
bind_test.go#L124
empty-lines: extra empty line at the end of a block (revive)
|
lint:
bind_test.go#L300
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
binder_compile.go#L88
bare-return: avoid using bare returns, please add return expressions (revive)
|
lint:
binder_compile.go#L152
unused-parameter: parameter 'defaultValue' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
binder_compile.go#L156
unused-parameter: parameter 'defaultValue' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
binder_slice.go#L85
increment-decrement: should replace maxNum += 1 with maxNum++ (revive)
|
lint:
error.go#L28
unused-receiver: method receiver 'n' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
lint:
middleware/logger/default_logger.go#L156
confusing-naming: Method 'write' differs only by capitalization to method 'Write' in the same source file (revive)
|