hack: fix suppressing Xattrs lint errors
Finish cherry-picking the remaining part of65e1adc219
which was not included in commit432fbc8638
. Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
parent
31b837499c
commit
6c523aabae
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ issues:
|
|||
linters:
|
||||
- gosec
|
||||
# FIXME temporarily suppress these. See #39924
|
||||
- text: "SA1019: .*\\.Xattrs is deprecated: Use PAXRecords instead"
|
||||
- text: "SA1019: .*\\.Xattrs has been deprecated since Go 1.10: Use PAXRecords instead"
|
||||
linters:
|
||||
- staticcheck
|
||||
# FIXME temporarily suppress these. See #39926
|
||||
|
|
Loading…
Reference in a new issue