From bc382bba4623a1c7ae16535541f2f4b23708999c Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Wed, 19 Jun 2019 14:05:03 +0100 Subject: Fix pipeline, emoji and syntax (#713) Fixes #697 Switched to golangci-lint, fixes issues with buildkite and does some linting fixes to appease the new linters. --- clientapi/jsonerror/jsonerror.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clientapi/jsonerror/jsonerror.go') diff --git a/clientapi/jsonerror/jsonerror.go b/clientapi/jsonerror/jsonerror.go index fa15d9d8..8df1fead 100644 --- a/clientapi/jsonerror/jsonerror.go +++ b/clientapi/jsonerror/jsonerror.go @@ -87,7 +87,7 @@ func MissingToken(msg string) *MatrixError { } // UnknownToken is an error when the client tries to access a resource which -// requires authentication and supplies an unrecognized token +// requires authentication and supplies an unrecognised token func UnknownToken(msg string) *MatrixError { return &MatrixError{"M_UNKNOWN_TOKEN", msg} } -- cgit v1.2.3