Skip to content

👷 ci: add qodana #99

👷 ci: add qodana

👷 ci: add qodana #99

Triggered via push November 16, 2023 09:24
Status Success
Total duration 24s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 1 warning
setup.py#L195
'subprocess.run' used without explicitly defining the value for 'check'. (subprocess-run-check, W1510)
bot/args.py#L17
Unused argument 'ctx' (unused-argument, W0613)
bot/args.py#L65
Unused argument 'ctx' (unused-argument, W0613)
plugins/help/help.py#L205
Access to a protected member _UnionGenericAlias of a client class (protected-access, W0212)
plugins/help/help.py#L398
Number of parameters was 0 in 'HelpCommand.send_bot_help' and is now 2 in overriding 'Help.send_bot_help' method (arguments-differ, W0221)
plugins/help/help.py#L399
Unused argument 'mappings' (unused-argument, W0613)
plugins/help/help.py#L456
Number of parameters was 0 in 'HelpCommand.send_command_help' and is now 2 in overriding 'Help.send_command_help' method (arguments-differ, W0221)
plugins/help/help.py#L493
Number of parameters was 0 in 'HelpCommand.send_group_help' and is now 2 in overriding 'Help.send_group_help' method (arguments-differ, W0221)
plugins/help/help.py#L534
Number of parameters was 0 in 'HelpCommand.send_cog_help' and is now 2 in overriding 'Help.send_cog_help' method (arguments-differ, W0221)
plugins/help/help.py#L562
Number of parameters was 0 in 'HelpCommand.command_not_found' and is now 2 in overriding 'Help.command_not_found' method (arguments-differ, W0221)
plugins/help/help.py#L562
Method 'command_not_found' was expected to be 'non-async', found it instead as 'async' (invalid-overridden-method, W0236)
plugins/help/help.py#L574
Number of parameters was 0 in 'HelpCommand.send_error_message' and is now 2 in overriding 'Help.send_error_message' method (arguments-differ, W0221)
plugins/rss/rss.py#L56
Method 'loop_child' has no 'change_interval' member (no-member, E1101)
plugins/rss/rss.py#L629
Catching too general exception BaseException (broad-exception-caught, W0718)
plugins/rss/rss.py#L770
Catching too general exception Exception (broad-exception-caught, W0718)
plugins/rss/rss.py#L778
Using variable 'exc' before assignment (used-before-assignment, E0601)
plugins/rss/rss.py#L769
Unused variable 'exc' (unused-variable, W0612)
plugins/rss/rss.py#L869
Access to a protected member _convert_to_bool of a client class (protected-access, W0212)
plugins/rss/rss.py#L869
Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)
plugins/rss/rss.py#L882
Access to a protected member _convert_to_bool of a client class (protected-access, W0212)
plugins/rss/rss.py#L882
Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)
plugins/welcome/welcome.py#L52
Implicit string concatenation found in call (implicit-str-concat, W1404)
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, swznd/sftp-deploy@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/