Releases: weechat/weechat-script-lint
Releases · weechat/weechat-script-lint
v0.5.1
v0.5.0
v0.4.0
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
v0.2.0
New features
- Sort messages by severity (high first).
- Add warnings on signals
irc_out_xxx
andirc_outtags_xxx
. - Add warning on modifier
irc_in_xxx
. - Add warnings on deprecated info
irc_nick_color
andirc_nick_color_name
. - Add warnings on deprecated functions
hook_completion_get_string
andhook_completion_list_add
.
Bug fixes
- Fix duplicate errors on
python2_bin
. - Check also empty files.