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 MA0051.skip_local_functions when counting statements #580

Merged
merged 1 commit into from
Jul 27, 2023
Merged

Conversation

meziantou
Copy link
Owner

Fix #577

@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #580 (e451cfd) into main (a6686c6) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #580   +/-   ##
=======================================
  Coverage   90.20%   90.20%           
=======================================
  Files         177      177           
  Lines       13022    13022           
=======================================
  Hits        11746    11746           
  Misses       1276     1276           
Files Changed Coverage Δ
...Analyzer/Rules/MethodShouldNotBeTooLongAnalyzer.cs 85.84% <100.00%> (ø)

@meziantou meziantou merged commit 37c14b6 into main Jul 27, 2023
21 checks passed
@meziantou meziantou deleted the issues/577 branch July 27, 2023 15:00
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.

MA0051 counts statements in local functions even with skip_local_functions
1 participant