Skip to content

Commit 6d5c1e1

Browse files
authored
Merge pull request #3 from SchmitzDan/2-traefik-plugin-catalog-plugin-analyzer-has-detected-a-problem
2-traefik-plugin-catalog-plugin-analyzer-has-detected-a-problem
2 parents 11252ae + e338097 commit 6d5c1e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

prefix_cookie_path.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Package traefikcookiepathprefix a traefik plugin adding a prefix to the path of cookies in the response.
2-
package traefikcookiepathprefix
1+
// Package traefik_plugin_cookie_path_prefix a traefik plugin adding a prefix to the path of cookies in the response.
2+
package traefik_plugin_cookie_path_prefix //nolint
33

44
import (
55
"context"

prefix_cookie_path_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Package traefikcookiepathprefix a traefik plugin adding a prefix to the path of cookies in the response.
2-
package traefikcookiepathprefix
1+
// Package traefik_plugin_cookie_path_prefix a traefik plugin adding a prefix to the path of cookies in the response.
2+
package traefik_plugin_cookie_path_prefix //nolint
33

44
import (
55
"context"

0 commit comments

Comments
 (0)