feat(xfs): xfs 包 用于处理文件系统业务, 目前支持文件拷贝 & 文件夹递归拷贝 #171
Annotations
10 errors and 1 warning
Install Staticcheck:
diskq/diskq_test.go#L84
this call to os.RemoveAll deletes the user's entire temporary directory, not a subdirectory therein (SA9007)
|
Install Staticcheck:
diskq/diskq_test.go#L83
this call to os.TempDir returns the user's temporary directory, for example /tmp
|
Install Staticcheck:
diskq/diskq_test.go#L103
this call to os.RemoveAll deletes the user's entire temporary directory, not a subdirectory therein (SA9007)
|
Install Staticcheck:
diskq/diskq_test.go#L102
this call to os.TempDir returns the user's temporary directory, for example /tmp
|
Install Staticcheck:
diskq/diskq_test.go#L130
this call to os.RemoveAll deletes the user's entire temporary directory, not a subdirectory therein (SA9007)
|
Install Staticcheck:
diskq/diskq_test.go#L129
this call to os.TempDir returns the user's temporary directory, for example /tmp
|
Install Staticcheck:
diskq/diskq_test.go#L210
this call to os.RemoveAll deletes the user's entire temporary directory, not a subdirectory therein (SA9007)
|
Install Staticcheck:
diskq/diskq_test.go#L209
this call to os.TempDir returns the user's temporary directory, for example /tmp
|
Install Staticcheck:
diskq/diskq_test.go#L275
this call to os.RemoveAll deletes the user's entire temporary directory, not a subdirectory therein (SA9007)
|
Install Staticcheck:
diskq/diskq_test.go#L274
this call to os.TempDir returns the user's temporary directory, for example /tmp
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, 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/
|
Loading