Skip to content

1.1.1 — Hotfix release

Choose a tag to compare

@cixtor cixtor released this 17 Mar 23:50
· 25 commits to master since this release
d8d7ae9

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.