refactor: Update SendNotification function to handle old and new sett… #23
Annotations
11 warnings and 10 notices
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
fs/test/seaweedfs_test.go#L179
`WriteFile` is deprecated
|
fs/test/utils.go#L99
`WriteFile` is deprecated
|
fs/test/bindata.go#L238
`WriteFile` is deprecated
|
fs/test/seaweedfs_test.go#L204
`WriteFile` is deprecated
|
fs/test/seaweedfs_test.go#L236
`ReadFile` is deprecated
|
core/grpc/client/client.go#L241
`WithInsecure` is deprecated
|
fs/seaweedfs_manager.go#L443
`WriteFile` is deprecated
|
core/grpc/client/client_v2.go#L175
`DialContext` is deprecated
|
fs/seaweedfs_manager.go#L669
`WriteFile` is deprecated
|
fs/test/seaweedfs_test.go#L105
`ReadFile` is deprecated
|
core/entity/result.go#L70
Assignment to the method receiver doesn't propagate to other calls
|
core/entity/result.go#L59
Assignment to the method receiver doesn't propagate to other calls
|
core/sys_exec/sys_exec_linux.go#L2
//+build comments can be removed
|
fs/test/bindata.go#L66
Comment should have the following format 'ModTime ...' (with an optional leading article)
|
core/utils/rpc.go#L5
Comment should have the following format 'ObjectToString ...' (with an optional leading article)
|
core/utils/rpc.go#L11
Comment should have the following format 'GetRpcParam ...' (with an optional leading article)
|
core/constants/errors.go#L8
Comment should have the following format 'ErrAlreadyExists ...' (with an optional leading article)
|
fs/test/bindata.go#L1
Package comment should be of the form 'Package test ...'
|
db/redis/client.go#L237
Comparison with errors using equality operators fails on wrapped errors
|
db/redis/client.go#L197
Comparison with errors using equality operators fails on wrapped errors
|
This job succeeded
Loading