Releases: SublimeLinter/SublimeLinter-annotations
Releases · SublimeLinter/SublimeLinter-annotations
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
@tukusejssirs added a new error or diagnostics "type". So we now have "errors", "warnings", and (new) "infos".
1.3.3: Fix deprecated function warning (#26)
@KingKili fixed a deprecation 🎴
Empty selector
Merge pull request #23 from SublimeLinter/empty-selector Use empty string as selector
Remove last bits from SL3
Merge pull request #22 from SublimeLinter/more-cleanup Remove last SL3 bits
Revamped
- Export
error['code']
like 'TODO' etc. - Remove calls to
build_options
so we can remove that from SL core 😋 - Generally faster, bc it runs in one thread
- Cleanup
message
(Strip ws and trailing punctuation)
Thanks to @FichteFoll 👏