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

Test fails with new pylint #13

Closed
jaxvanyang opened this issue Aug 1, 2024 · 2 comments
Closed

Test fails with new pylint #13

jaxvanyang opened this issue Aug 1, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jaxvanyang
Copy link
Contributor

Test log on Debian unstable with pylint 3.2.2:

$ pylint --rcfile=tests/pylint.conf setup.py
FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
Test: Run pylint on Python source code.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/__w/bdebstrap/bdebstrap/tests/test_pylint.py", line 74, in test_pylint
    self.fail("\n".join(msgs))
AssertionError: pylint found issues:
************* Module setup
setup.py:60:4: C0116: Missing function or method docstring (missing-function-docstring)
setup.py:57:0: R0903: Too few public methods (1/2) (too-few-public-methods)

Details: https://github.com/jaxvanyang/bdebstrap/actions/runs/10195928879/job/28205613974

Maybe we should fix C0116 and ignore R0903.

@bdrung bdrung added the bug Something isn't working label Aug 1, 2024
@bdrung
Copy link
Owner

bdrung commented Aug 1, 2024

That is on my todo list for too long...

@jaxvanyang
Copy link
Contributor Author

That is on my todo list for too long...

You seem quite busy. Not sure how would you fix it, or I can create a PR.

@bdrung bdrung closed this as completed in c1826e4 Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants