1.1.1 — Hotfix release
Version 1.1.1 fixes a bug in some 3rd-party linters used by golangci-lint
that return line and column numbers as string rather than integers like the majority of linters do. This causes the SublimeLinter plugin to fail a line-column repositioning because the operation is based in a mathematical formula that requires all variables to be of type int
.