Add comment for disabling QF1008
Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
This commit is contained in:
parent
1d2515901b
commit
596172923b
|
@ -66,10 +66,11 @@ linters:
|
|||
staticcheck:
|
||||
checks:
|
||||
- all
|
||||
# Disable QF1008 to retain embedded fields for better readability
|
||||
- "-QF1008"
|
||||
# Exclude the following checks temporarily.
|
||||
# Will fix the issues in the following PRs.
|
||||
# Issue: https://github.com/karmada-io/karmada/issues/6273.
|
||||
- "-QF1008"
|
||||
- "-ST1011"
|
||||
- "-QF1001"
|
||||
- "-ST1000"
|
||||
|
|
Loading…
Reference in New Issue