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

Fixed WRONG_NEWLINES rule to take into account maxCallsInOneLine #1858

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

DrAlexD
Copy link
Member

@DrAlexD DrAlexD commented Dec 12, 2023

What's done:

  • Fixed bug related to case when the number of allowed extension function calls in one line did not match maxCallsInOneLine configuration.
  • Fixed several warning tests.
  • Added new warning test.

Closes #1705

### What's done:
- Fixed bug related to case when the number of allowed extension function calls in one line did not match `maxCallsInOneLine` configuration.
- Fixed several warning tests.
- Added new warning test.

Closes #1705
@DrAlexD DrAlexD self-assigned this Dec 12, 2023
@DrAlexD DrAlexD added the bug Something isn't working label Dec 12, 2023
@DrAlexD DrAlexD added this to the 2.0.0 milestone Dec 12, 2023
@DrAlexD DrAlexD enabled auto-merge (squash) December 12, 2023 12:34
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fd85628) 78.39% compared to head (82ffcbb) 78.39%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1858   +/-   ##
=========================================
  Coverage     78.39%   78.39%           
  Complexity     2456     2456           
=========================================
  Files           133      133           
  Lines          8645     8645           
  Branches       2184     2184           
=========================================
  Hits           6777     6777           
  Misses          898      898           
  Partials        970      970           

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

@DrAlexD DrAlexD enabled auto-merge (squash) December 12, 2023 12:43
@DrAlexD DrAlexD merged commit 73cd9a7 into master Dec 12, 2023
18 checks passed
@DrAlexD DrAlexD deleted the bugfix/wrong_newlines branch December 12, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have Calls to Extension Functions Respect maxCallsInOneLine
2 participants