Skip to content

Releases: warpnet/salt-lint

version 0.9.2

09 Feb 10:12
ad1a4df
Compare
Choose a tag to compare

Fixed

  • Ensure version identification adheres to PEP440 (!304)

version 0.9.1

16 Jan 09:52
Compare
Choose a tag to compare

Fixed

  • Revert changes to rule 210 (!299)

version 0.9.0

13 Jan 13:15
Compare
Choose a tag to compare

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

version 0.8.0

09 Nov 12:38
15e0e8c
Compare
Choose a tag to compare

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

01 Nov 07:39
54fead1
Compare
Choose a tag to compare

Added

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

Fixed

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

version 0.6.1

01 Jun 11:08
Compare
Choose a tag to compare

Removed

  • Remove rule 218 because of a false positive

version 0.6.0

01 Jun 06:19
cb94506
Compare
Choose a tag to compare

Deprecated

  • Drop Python 2.7 support (#239).

Added

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

version 0.5.2

29 Jan 19:36
ef9b394
Compare
Choose a tag to compare

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

version 0.5.1

19 Jan 20:47
099cd0a
Compare
Choose a tag to compare

Fixed

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

version 0.5.0

17 Jan 09:20
ab17ad9
Compare
Choose a tag to compare

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