mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 05:33:11 +01:00
ci: configure revive new varname check
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
This commit is contained in:
parent
a11fae23d8
commit
65dcfdc17a
@ -60,6 +60,10 @@ linters:
|
|||||||
- staticcheck
|
- staticcheck
|
||||||
path: api/
|
path: api/
|
||||||
text: 'ST1016:'
|
text: 'ST1016:'
|
||||||
|
- linters:
|
||||||
|
- revive
|
||||||
|
path: internal/cnpgi/common/
|
||||||
|
text: avoid meaningless package names
|
||||||
paths:
|
paths:
|
||||||
- zz_generated.*
|
- zz_generated.*
|
||||||
- internal/operator/controller/suite_test.go
|
- internal/operator/controller/suite_test.go
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user