-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 linterstats.get_module_message_count() #9146
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a test for this behaviour? And perhaps also a news fragment using towncrier
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zasca do you think you might have time to add automated tests for this ? It would be great if it could go in 3.0.3 :)
This comment has been minimized.
This comment has been minimized.
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #9146 +/- ##
==========================================
+ Coverage 95.84% 95.86% +0.01%
==========================================
Files 174 174
Lines 18901 18904 +3
==========================================
+ Hits 18116 18122 +6
+ Misses 785 782 -3
|
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nt/checkouts/9146/doc/user_guide/messages/warning/implicit-str-concat.rst:55:
WARNING: Lexing literal_block '[STRING_CONSTANT]\ncheck-str-concat-over-line-jumps = yes'
as "toml" resulted in an error at token: 'y'. Retrying in relaxed mode.
Feel like this need a rebase on main /merge from main to be fixed. Otherwise LGTM
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> (cherry picked from commit d7526e3)
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 31b1fd6 |
Thanks for the contribution @zasca! |
Type of Changes
Description
Closes #9145