Add license scan report and status #366
26 errors
Pylint found 26 errors
Annotations
Check failure on line 195 in setup.py
github-actions / Pylint
setup.py#L195
'subprocess.run' used without explicitly defining the value for 'check'. (subprocess-run-check, W1510)
Check failure on line 52 in plugins/welcome/welcome.py
github-actions / Pylint
plugins/welcome/welcome.py#L52
Implicit string concatenation found in call (implicit-str-concat, W1404)
Check failure on line 127 in plugins/permissions/permissions.py
github-actions / Pylint
plugins/permissions/permissions.py#L127
Possibly using variable 'col' before assignment (possibly-used-before-assignment, E0606)
Check failure on line 128 in plugins/permissions/permissions.py
github-actions / Pylint
plugins/permissions/permissions.py#L128
Possibly using variable 'name' before assignment (possibly-used-before-assignment, E0606)
Check failure on line 128 in plugins/permissions/permissions.py
github-actions / Pylint
plugins/permissions/permissions.py#L128
Possibly using variable 'avatar' before assignment (possibly-used-before-assignment, E0606)
Check failure on line 205 in plugins/help/help.py
github-actions / Pylint
plugins/help/help.py#L205
Access to a protected member _UnionGenericAlias of a client class (protected-access, W0212)
Check failure on line 332 in plugins/help/help.py
github-actions / Pylint
plugins/help/help.py#L332
Possibly using variable 'commands_' before assignment (possibly-used-before-assignment, E0606)
Check failure on line 398 in plugins/help/help.py
github-actions / Pylint
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)
Check failure on line 399 in plugins/help/help.py
github-actions / Pylint
plugins/help/help.py#L399
Unused argument 'mappings' (unused-argument, W0613)
Check failure on line 456 in plugins/help/help.py
github-actions / Pylint
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)
Check failure on line 493 in plugins/help/help.py
github-actions / Pylint
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)
Check failure on line 534 in plugins/help/help.py
github-actions / Pylint
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)
Check failure on line 562 in plugins/help/help.py
github-actions / Pylint
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)
Check failure on line 562 in plugins/help/help.py
github-actions / Pylint
plugins/help/help.py#L562
Method 'command_not_found' was expected to be 'non-async', found it instead as 'async' (invalid-overridden-method, W0236)
Check failure on line 574 in plugins/help/help.py
github-actions / Pylint
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)
Check failure on line 320 in plugins/rss/rss.py
github-actions / Pylint
plugins/rss/rss.py#L320
Possibly using variable 'display_type' before assignment (possibly-used-before-assignment, E0606)
Check failure on line 629 in plugins/rss/rss.py
github-actions / Pylint
plugins/rss/rss.py#L629
Catching too general exception BaseException (broad-exception-caught, W0718)
Check failure on line 770 in plugins/rss/rss.py
github-actions / Pylint
plugins/rss/rss.py#L770
Catching too general exception Exception (broad-exception-caught, W0718)
Check failure on line 778 in plugins/rss/rss.py
github-actions / Pylint
plugins/rss/rss.py#L778
Using variable 'exc' before assignment (used-before-assignment, E0601)
Check failure on line 769 in plugins/rss/rss.py
github-actions / Pylint
plugins/rss/rss.py#L769
Unused variable 'exc' (unused-variable, W0612)
Check failure on line 871 in plugins/rss/rss.py
github-actions / Pylint
plugins/rss/rss.py#L871
Access to a protected member _convert_to_bool of a client class (protected-access, W0212)
Check failure on line 871 in plugins/rss/rss.py
github-actions / Pylint
plugins/rss/rss.py#L871
Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)
Check failure on line 884 in plugins/rss/rss.py
github-actions / Pylint
plugins/rss/rss.py#L884
Access to a protected member _convert_to_bool of a client class (protected-access, W0212)
Check failure on line 884 in plugins/rss/rss.py
github-actions / Pylint
plugins/rss/rss.py#L884
Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)
Check failure on line 17 in bot/args.py
github-actions / Pylint
bot/args.py#L17
Unused argument 'ctx' (unused-argument, W0613)