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

Address most pylint's invalid-name complains #483

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bdrung
Copy link
Collaborator

@bdrung bdrung commented Mar 21, 2025

Address most pylint's invalid-name complains. See individual commits for details.

bdrung added 4 commits March 21, 2025 12:59
Ignore lintian's invalid-name complain for variables that match their
import name.
pylint complains about the script names that include dashes.
Address pylint's invalid-name for local or private variables.
The variable `max_corefiles_per_uid` is a constant and should use upper
case.
Copy link

codecov bot commented Mar 21, 2025

Codecov Report

Attention: Patch coverage is 91.13924% with 7 lines in your changes missing coverage. Please review.

Project coverage is 83.92%. Comparing base (3164b24) to head (443251d).

Files with missing lines Patch % Lines
apport/crashdb.py 25.00% 2 Missing and 1 partial ⚠️
apport/crashdb_impl/launchpad.py 50.00% 2 Missing ⚠️
apport/report.py 75.00% 0 Missing and 1 partial ⚠️
kde/apport-kde 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #483   +/-   ##
=======================================
  Coverage   83.92%   83.92%           
=======================================
  Files         101      101           
  Lines       20455    20455           
  Branches     3215     3215           
=======================================
  Hits        17167    17167           
- Misses       2839     2840    +1     
+ Partials      449      448    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bdrung bdrung requested a review from schopin-pro March 21, 2025 13:53
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