mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 03:28:59 +02:00
💄 fix lint
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
package crowdsec_bouncer_traefik_plugin
|
||||
package crowdsec_bouncer_traefik_plugin //nolint:revive,stylecheck
|
||||
|
||||
import (
|
||||
"context"
|
||||
@@ -36,7 +36,7 @@ func TestServeHTTP(t *testing.T) {
|
||||
|
||||
func TestNew(t *testing.T) {
|
||||
type args struct {
|
||||
ctx context.Context
|
||||
ctx context.Context //nolint:containedctx
|
||||
next http.Handler
|
||||
config *configuration.Config
|
||||
name string
|
||||
|
||||
Reference in New Issue
Block a user