Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Updates to groups #243

Merged
merged 3 commits into from
Dec 12, 2023

fix: linter warning

1e4b481
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

🐛 Updates to groups #243

fix: linter warning
1e4b481
Select commit
Loading
Failed to load commit list.
GitHub Actions / Pylint failed Dec 12, 2023 in 0s

22 errors

Pylint found 22 errors

Annotations

Check failure on line 195 in setup.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

setup.py#L195

'subprocess.run' used without explicitly defining the value for 'check'. (subprocess-run-check, W1510)

Check failure on line 17 in bot/args.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

bot/args.py#L17

Unused argument 'ctx' (unused-argument, W0613)

Check failure on line 65 in bot/args.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

bot/args.py#L65

Unused argument 'ctx' (unused-argument, W0613)

Check failure on line 56 in plugins/rss/rss.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

plugins/rss/rss.py#L56

Method 'loop_child' has no 'change_interval' member (no-member, E1101)

Check failure on line 629 in plugins/rss/rss.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Pylint

plugins/rss/rss.py#L769

Unused variable 'exc' (unused-variable, W0612)

Check failure on line 869 in plugins/rss/rss.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

plugins/rss/rss.py#L869

Access to a protected member _convert_to_bool of a client class (protected-access, W0212)

Check failure on line 869 in plugins/rss/rss.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

plugins/rss/rss.py#L869

Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)

Check failure on line 882 in plugins/rss/rss.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

plugins/rss/rss.py#L882

Access to a protected member _convert_to_bool of a client class (protected-access, W0212)

Check failure on line 882 in plugins/rss/rss.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

plugins/rss/rss.py#L882

Module 'discord.ext.commands.core' has no '_convert_to_bool' member (no-member, E1101)

Check failure on line 205 in plugins/help/help.py

See this annotation in the file changed.

@github-actions 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 398 in plugins/help/help.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Pylint

plugins/help/help.py#L399

Unused argument 'mappings' (unused-argument, W0613)

Check failure on line 456 in plugins/help/help.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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 52 in plugins/welcome/welcome.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

plugins/welcome/welcome.py#L52

Implicit string concatenation found in call (implicit-str-concat, W1404)