From e3726588b416682db28ea9173bf2c36e4554ce05 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Wed, 16 Oct 2019 00:37:46 +0300 Subject: v2: Project-and-CI-wide linter config (#2812) * v2: split golangci-lint configuration into its own file to allow code editors to take advantage of it * v2: simplify code * v2: set the correct lint output formatting * v2: invert the logic of linter's configuration of output formatting to allow the editor convenience over CI-specific customization. Customize the output format in CI by passing the flag. * v2: remove irrelevant golangci-lint config --- caddyconfig/caddyfile/lexer.go | 1 - 1 file changed, 1 deletion(-) (limited to 'caddyconfig/caddyfile') diff --git a/caddyconfig/caddyfile/lexer.go b/caddyconfig/caddyfile/lexer.go index c0b6e1d..0ddad0e 100755 --- a/caddyconfig/caddyfile/lexer.go +++ b/caddyconfig/caddyfile/lexer.go @@ -107,7 +107,6 @@ func (l *lexer) next() bool { escaped = false } else { if ch == '"' { - quoted = false return makeToken() } } -- cgit v1.2.3