mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Prevent warning message from gocritic
This commit is contained in:
parent
6d66271624
commit
1def55cc06
1 changed files with 2 additions and 2 deletions
|
|
@ -198,8 +198,8 @@ linters-settings:
|
||||||
settings: # settings passed to gocritic
|
settings: # settings passed to gocritic
|
||||||
captLocal: # must be valid enabled check name
|
captLocal: # must be valid enabled check name
|
||||||
paramsOnly: true
|
paramsOnly: true
|
||||||
rangeValCopy:
|
# rangeValCopy:
|
||||||
sizeThreshold: 32
|
# sizeThreshold: 32
|
||||||
godox:
|
godox:
|
||||||
# report any comments starting with keywords, this is useful for TODO or FIXME comments that
|
# report any comments starting with keywords, this is useful for TODO or FIXME comments that
|
||||||
# might be left in the code accidentally and should be resolved before merging
|
# might be left in the code accidentally and should be resolved before merging
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue