Skip to content

Releases: weechat/weechat-script-lint

v0.5.1

11 Nov 18:38
Compare
Choose a tag to compare
  • Run CI on Ubuntu 22.04 and macOS 11.
  • Add error mixed_tabs_spaces in README.

v0.5.0

11 Nov 18:28
Compare
Choose a tag to compare

New features

  • Allow deprecated stuff to be used if new names are used as well.
  • Add error mixed_tabs_spaces for Python scripts.

v0.4.0

11 Nov 17:06
Compare
Choose a tag to compare

New features

  • Compute a score for each script, add option -S / --score.
  • Add lint with bandit in CI.
  • Display a specific message when no scripts are analyzed.
  • Add status "FAILED" in report, display "Not so good" in yellow when there are no errors, display "Almost good" in cyan.

v0.3.0

11 Nov 17:05
Compare
Choose a tag to compare

New features

  • Display report and return code.
  • Add option -n / --name-only.
  • Add option -q / --quiet.

v0.2.0

11 Nov 17:04
Compare
Choose a tag to compare

New features

  • Sort messages by severity (high first).
  • Add warnings on signals irc_out_xxx and irc_outtags_xxx.
  • Add warning on modifier irc_in_xxx.
  • Add warnings on deprecated info irc_nick_color and irc_nick_color_name.
  • Add warnings on deprecated functions hook_completion_get_string and hook_completion_list_add.

Bug fixes

  • Fix duplicate errors on python2_bin.
  • Check also empty files.

v0.1.0

11 Nov 17:01
Compare
Choose a tag to compare

First release.