- Remove warnings on deprecated infos
irc_nick_color
andirc_nick_color_name
(used again with WeeChat >= 4.1.0)
- Run CI on Ubuntu 22.04 and macOS 11
- Add error
mixed_tabs_spaces
in README
- Allow deprecated stuff to be used if new names are used as well
- Add error
mixed_tabs_spaces
for Python scripts
- 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
- Display report and return code
- Add option
-n
/--name-only
- Add option
-q
/--quiet
- Sort messages by severity (high first)
- Check also empty files
- Add warnings on signals
irc_out_xxx
andirc_outtags_xxx
- Add warning on modifier
irc_in_xxx
- Add warnings on deprecated infos
irc_nick_color
andirc_nick_color_name
- Add warnings on deprecated functions
hook_completion_get_string
andhook_completion_list_add
- Fix duplicate errors on
python2_bin
- First release