Skip to content

Releases: weechat/weechat-script-lint

v0.6.0

20 Apr 12:34
Compare
Choose a tag to compare

Removed

  • Remove warnings on deprecated infos irc_nick_color and irc_nick_color_name (used again with WeeChat >= 4.1.0)

Changed

  • Improve regex to detect e-mails

Added

  • Add warnings hook_process_url and hook_process_hashtable_url
  • Add infos missing_spdx_copyright and missing_spdx_license

v0.5.1

11 Nov 18:38
Compare
Choose a tag to compare

Changed

  • Add error mixed_tabs_spaces in README

v0.5.0

11 Nov 18:28
Compare
Choose a tag to compare

Changed

  • Allow deprecated stuff to be used if new names are used as well

Added

  • Add error mixed_tabs_spaces for Python scripts

v0.4.0

11 Nov 17:06
Compare
Choose a tag to compare

Added

  • Compute a score for each script, add option -S / --score
  • 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

Added

  • 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

Changed

  • Sort messages by severity (high first)
  • Check also empty files

Added

  • 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

Fixed

  • Fix duplicate errors on python2_bin

v0.1.0

11 Nov 17:01
Compare
Choose a tag to compare

First release.