summaryrefslogtreecommitdiff
path: root/internal/middlewares/const.go
diff options
context:
space:
mode:
authorAmir Zarrinkafsh <nightah@me.com>2020-05-03 02:20:40 +1000
committerGitHub <noreply@github.com>2020-05-02 18:20:40 +0200
commitbe0cc72473d30f66aabb1aab4f20e06ae6a44053 (patch)
tree7ae60e894c34da99d48aa5491c1254e5daee43e8 /internal/middlewares/const.go
parent310c5dc09b1ae00373f710a60bb63d59f5c91dbc (diff)
[CI] Add goconst linter (#961)
* [CI] Add goconst linter * Implement goconst recommendations * Rename defaultPolicy to denyPolicy * Change order for test constants Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>
Diffstat (limited to 'internal/middlewares/const.go')
-rw-r--r--internal/middlewares/const.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/middlewares/const.go b/internal/middlewares/const.go
index 222ae0816..7565a963e 100644
--- a/internal/middlewares/const.go
+++ b/internal/middlewares/const.go
@@ -1,6 +1,5 @@
package middlewares
-// JWTIssuer is.
const jwtIssuer = "Authelia"
const xForwardedProtoHeader = "X-Forwarded-Proto"