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

Fix problem in output of pylint #105

Open
miroslavpojer opened this issue Oct 21, 2024 · 0 comments
Open

Fix problem in output of pylint #105

miroslavpojer opened this issue Oct 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@miroslavpojer
Copy link
Collaborator

Fix the pylint outputs:

  • setup.py:1:0: C0114: Missing module docstring (missing-module-docstring)
  • release_notes_generator/utils/pull_reuqest_utils.py:1:0: C0114: Missing module docstring (missing-module-docstring)
  • release_notes_generator/model/record.py: TODO (42, 129, 190)
  • release_notes_generator/builder.py: TODO (32)
  • release_notes_generator/model/record.py:50:8: W0238: Unused private member Record.__repo (unused-private-member)
  • release_notes_generator/model/record.py:132:4: W0102: Dangerous default value RELEASE_NOTE_LINE_MARKS (builtins.list) as argument (dangerous-default-value)
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

1 participant