mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-24 14:37:12 +02:00
core/ci: update linting (#4844)
* core/ci: update linting * re-add exportloopref * re-add gocheckcompilerdirectives * re-add stylecheck * re-add usestdlibvars * upgrade lint --------- Co-authored-by: Denis Mishin <dmishin@pomerium.com>
This commit is contained in:
parent
b66634d1e6
commit
a2fd95aae6
30 changed files with 132 additions and 214 deletions
|
@ -20,9 +20,7 @@ type LayeredSource struct {
|
|||
ChangeDispatcher
|
||||
}
|
||||
|
||||
var (
|
||||
_ = Source(&LayeredSource{})
|
||||
)
|
||||
var _ = Source(&LayeredSource{})
|
||||
|
||||
// NewLayeredSource creates a new config source that is watching the underlying source for changes
|
||||
func NewLayeredSource(ctx context.Context, underlying Source, builder func(*Config) error) (*LayeredSource, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue