mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
onedrive: report any list errors during cleanup
This commit is contained in:
@@ -44,20 +44,6 @@ issues:
|
||||
- staticcheck
|
||||
text: 'SA6002: argument should be pointer-like to avoid allocations'
|
||||
|
||||
# TODO: Investigate if this is a real issue. If not, i.e. it is a false
|
||||
# positive, consider instead excluding this check using a code comment!
|
||||
- path: ^backend[\\/]onedrive[\\/]onedrive\.go$
|
||||
linters:
|
||||
- staticcheck
|
||||
text: 'SA4009: argument err is overwritten before first use'
|
||||
|
||||
# TODO: Investigate if this is a real issue. If not, i.e. it is a false
|
||||
# positive, consider instead excluding this check using a code comment!
|
||||
- path: ^backend[\\/]onedrive[\\/]onedrive\.go$
|
||||
linters:
|
||||
- staticcheck
|
||||
text: 'SA4009\(related information\): assignment to err'
|
||||
|
||||
# TODO: Investigate if this is a real issue. If not, i.e. it is a false
|
||||
# positive, consider instead excluding this check using a code comment!
|
||||
- path: ^fs[\\/]pacer\.go$
|
||||
|
||||
Reference in New Issue
Block a user