Skip to content

Add license scan report and status #366

Add license scan report and status

Add license scan report and status #366

Triggered via pull request December 29, 2024 17:51
@fossabotfossabot
opened #272
Status Success
Total duration 45s
Artifacts

python-linter-pr.yaml

on: pull_request_target
Run linters
36s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 1 warning
setup.py#L195
'subprocess.run' used without explicitly defining the value for 'check'. (subprocess-run-check, W1510)
plugins/welcome/welcome.py#L52
Implicit string concatenation found in call (implicit-str-concat, W1404)
plugins/permissions/permissions.py#L127
Possibly using variable 'col' before assignment (possibly-used-before-assignment, E0606)
plugins/permissions/permissions.py#L128
Possibly using variable 'name' before assignment (possibly-used-before-assignment, E0606)
plugins/permissions/permissions.py#L128
Possibly using variable 'avatar' before assignment (possibly-used-before-assignment, E0606)
plugins/help/help.py#L205
Access to a protected member _UnionGenericAlias of a client class (protected-access, W0212)
plugins/help/help.py#L332
Possibly using variable 'commands_' before assignment (possibly-used-before-assignment, E0606)
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#L320
Possibly using variable 'display_type' before assignment (possibly-used-before-assignment, E0606)
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#L871
Access to a protected member _convert_to_bool of a client class (protected-access, W0212)
plugins/rss/rss.py#L871
Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)
plugins/rss/rss.py#L884
Access to a protected member _convert_to_bool of a client class (protected-access, W0212)
plugins/rss/rss.py#L884
Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)
bot/args.py#L17
Unused argument 'ctx' (unused-argument, W0613)
bot/args.py#L65
Unused argument 'ctx' (unused-argument, W0613)
Run linters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636