PR #243 #152
codeql
on: dynamic
Matrix: Analyze
Annotations
22 errors
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)
|