Releases: patrickrgaffney/SublimeLinter-contrib-terraform
Releases · patrickrgaffney/SublimeLinter-contrib-terraform
v0.3.0: File Errors
Changed
- Strip all newlines from the error message output.
Fixed
- Fix a bug where files that occur on an entire file/module would break the linter.
v0.2.1: Fix Install Links
Fixed
- Links in install.txt are now correct.
v0.2.0: Minor Improvements
Added
- Linter now works on nested directories with
.tf
files. Previously only worked at the project folder level.
Changed
- Use
LintMatch.error_type
property to report severity.
Fixed
- Fix a bug where using the filename and project folder to create an absolute path would result in an invalid path.
v0.1.0: Initial Release
Initial release.