Skip to content

Enhancement: Implement NoAssignByReferenceRule#914

Merged
localheinz merged 1 commit intomainfrom
feature/no-assign-by-reference
Feb 18, 2025
Merged

Enhancement: Implement NoAssignByReferenceRule#914
localheinz merged 1 commit intomainfrom
feature/no-assign-by-reference

Conversation

@localheinz
Copy link
Member

This pull request

  • implements a NoAssignByReferenceRule, which reports an error when a variable is assigned by reference

@codecov
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.71%. Comparing base (45d1852) to head (3b45950).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #914      +/-   ##
============================================
+ Coverage     98.70%   98.71%   +0.01%     
- Complexity      223      226       +3     
============================================
  Files            29       30       +1     
  Lines           847      857      +10     
============================================
+ Hits            836      846      +10     
  Misses           11       11              

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

@localheinz localheinz force-pushed the feature/no-assign-by-reference branch from 028c8fd to 3b45950 Compare February 18, 2025 11:00
@localheinz localheinz merged commit 9bb6fb2 into main Feb 18, 2025
25 checks passed
@localheinz localheinz deleted the feature/no-assign-by-reference branch February 18, 2025 11:02
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.

2 participants