Salt Lint Versions Save

A command-line utility that checks for best practices in SaltStack.

v0.9.2

1 year ago

Fixed

  • Ensure version identification adheres to PEP440 (!304)

v0.9.1

1 year ago

Fixed

  • Revert changes to rule 210 (!299)

v0.9.0

1 year ago

Added

  • Rule 219 for catching missing over-indentation of nested dicts (#284).
  • Add Python 3.11 support (#290).
  • Add alternative typos of onchanges in rule 216 (#286).

v0.8.0

2 years ago

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).

v0.7.0

2 years ago

Added

  • Add Python 3.10 support (#265).
  • Add initial man page (#270).

Fixed

  • Close temporary file after writing to STDIN (#263).

v0.6.1

2 years ago

Removed

  • Remove rule 218 because of a false positive

v0.6.0

2 years ago

Deprecated

  • Drop Python 2.7 support (#239).

Added

  • Rule 216, 217 and 218 for catching common typographical errors (#249).

v0.5.2

3 years ago

Fixed

  • Append the contents of the CHANGELOG.md file to the long description of the package instead of the duplicate README.md contents (#234).
  • Ignore Jinja specific rules in Jinja escaped blocks (#236).

v0.5.1

3 years ago

Fixed

  • Ensure all excluded paths from both the CLI and configuration are passed to the runner (#231).

v0.5.0

3 years ago

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).