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

pylint warnings in signing_helper.py #21376

Closed
bsclifton opened this issue Mar 1, 2022 · 1 comment · Fixed by brave/brave-core#12443
Closed

pylint warnings in signing_helper.py #21376

bsclifton opened this issue Mar 1, 2022 · 1 comment · Fixed by brave/brave-core#12443

Comments

@bsclifton
Copy link
Member

Description

Changes to signing_helper.py in brave/brave-core#12418 caused pylint to run for the entire file. There are some warnings (all low severity except one normal)

signing_helper.py:17 Warning reimported Normal 1
signing_helper.py:46 Convention bad-continuation Low 1
signing_helper.py:52 Convention line-too-long Low 1
signing_helper.py:65 Convention line-too-long Low 1
signing_helper.py:70 Convention line-too-long Low 1
signing_helper.py:85 Convention line-too-long Low 1
signing_helper.py:99 Convention line-too-long Low 1
signing_helper.py:106 Convention line-too-long Low 1
signing_helper.py:144 Convention trailing-whitespace Low 1
signing_helper.py:144 Convention line-too-long Low 1

@kjozwiak
Copy link
Member

kjozwiak commented Mar 1, 2022

Thanks for getting this fixed @bsclifton 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants