新增插件银行 #1194
Closed
新增插件银行 #1194
Annotations
10 errors and 1 warning
|
plugin/bank/model.go#L30
exported: type name will be used as bank.BankAccount by other packages, and that stutters; consider calling this Account (revive)
|
|
plugin/bank/storage.go#L76
exported: comment on exported function SaveAccount should be of the form "SaveAccount ..." (revive)
|
|
plugin/bank/storage.go#L34
exported: comment on exported function GetOrCreateAccount should be of the form "GetOrCreateAccount ..." (revive)
|
|
plugin/bank/model.go#L5
exported: exported type Buff should have comment or be unexported (revive)
|
|
plugin/bank/main.go#L37
exported: exported const RebirthBuffName should have comment (or a comment on this block) or be unexported (revive)
|
|
plugin/bank/main.go#L19
exported: comment on exported const LoanDailyRate should be of the form "LoanDailyRate ..." (revive)
|
|
plugin/bank/bank.go#L1
package-comments: should have a package comment (revive)
|
|
plugin/bank/command.go#L278
Error return value is not checked (errcheck)
|
|
plugin/bank/command.go#L198
Error return value is not checked (errcheck)
|
|
plugin/bank/command.go#L152
Error return value is not checked (errcheck)
|
|
|
The logs for this run have expired and are no longer available.
Loading