Skip to content

Update SA1008OpeningParenthesisMustBeSpacedCorrectly to disallow a leading space before a lambda in a collection expression #3934

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bjornhellander
Copy link
Contributor

Fixes #3931

Copy link

codecov bot commented Jul 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.44%. Comparing base (f5843ae) to head (c74913b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3934   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files         926      931    +5     
  Lines      110283   110339   +56     
  Branches     3319     3319           
=======================================
+ Hits       107467   107523   +56     
  Misses       1847     1847           
  Partials      969      969           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

SA1008 is returned for collection expressions containing multi-argument lambda.
1 participant