Fix some lint errors after move to golangci-lint

This commit is contained in:
Neil Twigg
2022-12-30 09:47:01 +00:00
parent 7042fc1638
commit 14d0ba1c65
20 changed files with 24 additions and 43 deletions

View File

@@ -17,7 +17,7 @@
// The format supported is less restrictive than today's formats.
// Supports mixed Arrays [], nested Maps {}, multiple comment types (# and //)
// Also supports key value assigments using '=' or ':' or whiteSpace()
// Also supports key value assignments using '=' or ':' or whiteSpace()
// e.g. foo = 2, foo : 2, foo 2
// maps can be assigned with no key separator as well
// semicolons as value terminators in key/value assignments are optional