mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
fs: fix infinite recursive call in pacer ModifyCalculator (fixes issue reported by the staticcheck linter)
This commit is contained in:
@@ -37,14 +37,6 @@ issues:
|
||||
- staticcheck
|
||||
text: 'SA1019: "golang.org/x/oauth2/jws" is deprecated'
|
||||
|
||||
# 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$
|
||||
linters:
|
||||
- staticcheck
|
||||
text: 'SA5007: infinite recursive call'
|
||||
|
||||
|
||||
run:
|
||||
# timeout for analysis, e.g. 30s, 5m, default is 1m
|
||||
timeout: 10m
|
||||
|
||||
Reference in New Issue
Block a user