Skip to content

Fix all flake8 DCO024 issues#956

Merged
ajax146 merged 3 commits intomainfrom
flake8-DCO024
Apr 17, 2024
Merged

Fix all flake8 DCO024 issues#956
ajax146 merged 3 commits intomainfrom
flake8-DCO024

Conversation

@ajax146
Copy link
Contributor

@ajax146 ajax146 commented Apr 17, 2024

DCO024: function/ method has one or more arguments described in the docstring which are not arguments of the function/ method.

25 issues
./techsupport_bot/commands/application.py:596:9: DCO024 "applicant" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/application.py:596:9: DCO024 "background" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/application.py:596:9: DCO024 "reason" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/factoids.py:264:9: DCO024 "alias" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/factoids.py:264:9: DCO024 "embed_config" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/factoids.py:264:9: DCO024 "factoid_name" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/factoids.py:264:9: DCO024 "hidden" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/factoids.py:264:9: DCO024 "message" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/factoids.py:656:9: DCO024 "factoid_name" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/factoids.py:816:9: DCO024 "ctx" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/members.py:33:9: DCO024 "role" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/modmail.py:771:5: DCO024 "user" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/commands/role.py:273:9: DCO024 "resaon" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/auxiliary.py:204:5: DCO024 "ctx" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/cogs.py:143:9: DCO024 "config" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/cogs.py:143:9: DCO024 "content" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/cogs.py:143:9: DCO024 "ctx" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/cogs.py:155:9: DCO024 "config" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/cogs.py:155:9: DCO024 "content" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/cogs.py:155:9: DCO024 "ctx" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/cogs.py:374:9: DCO024 "config" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/cogs.py:374:9: DCO024 "guild" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/cogs.py:374:9: DCO024 "target_channel" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/cogs.py:387:9: DCO024 "config" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024
./techsupport_bot/core/cogs.py:387:9: DCO024 "guild" argument should not be described in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco024

@ajax146
Copy link
Contributor Author

ajax146 commented Apr 17, 2024

This might actually break http call :/
I might have to undo that change and make a more complex restructure

@ajax146 ajax146 merged commit 4cd768a into main Apr 17, 2024
@ajax146 ajax146 deleted the flake8-DCO024 branch May 7, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant