Releases: warpnet/salt-lint
Releases · warpnet/salt-lint
version 0.9.2
version 0.9.1
Fixed
- Revert changes to rule 210 (!299)
version 0.9.0
version 0.8.0
Fixed
- False positive when detecting missing spaces in Jinja variables when the Jinja statement is nested in literal braces (#272).
- Ensure a single missing quote in the file mode is also detected as incorrect quotation of a file mode (#273).
- Ignore non file mode arguments for the file mode quotation and leading zero checks (#274).
version 0.7.0
version 0.6.1
Removed
- Remove rule 218 because of a false positive
version 0.6.0
version 0.5.2
version 0.5.1
Fixed
- Ensure all excluded paths from both the CLI and configuration are passed to the runner (#231).
version 0.5.0
Added
- Rule 213 to recommend using cmd.run together with onchanges (#207).
- Rule 214 to check SLS file with a period in the name (besides the suffix period) as they can not be referenced by Salt (#209).
- Rules 901-915 to check for deprecated states and state options (#214).
- This
CHANGELOG.md
file to be able to list all notable changes for each version of salt-lint (#223).