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

Improve file discovery for directories that are not packages #9768

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

jacobtylerwalls
Copy link
Member

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

Closes #9764

@jacobtylerwalls jacobtylerwalls added this to the 3.3.0 milestone Jul 4, 2024
Copy link

codecov bot commented Jul 4, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 95.84%. Comparing base (c835139) to head (4b496f2).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9768   +/-   ##
=======================================
  Coverage   95.84%   95.84%           
=======================================
  Files         174      174           
  Lines       18878    18878           
=======================================
  Hits        18094    18094           
  Misses        784      784           
Files Coverage Ξ”
pylint/lint/expand_modules.py 95.29% <100.00%> (ΓΈ)

Copy link
Contributor

github-actions bot commented Jul 4, 2024

πŸ€– According to the primer, this change has no effect on the checked open source code. πŸ€–πŸŽ‰

This comment was generated for commit 4b496f2

Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice small change with big result !

@jacobtylerwalls jacobtylerwalls merged commit cad50bc into main Jul 5, 2024
46 checks passed
@jacobtylerwalls jacobtylerwalls deleted the continue-searching-for-files branch July 5, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pylint doesn't continue searching for files under a directory that is not a package
3 participants