Skip to content

STYE: Avoid shadowing symbols from outer scope - #136

Merged
arokem merged 1 commit into
tee-ar-ex:masterfrom
jhlegarreta:sty/avoid-shadowing-symbols
Aug 23, 2026
Merged

STYE: Avoid shadowing symbols from outer scope#136
arokem merged 1 commit into
tee-ar-ex:masterfrom
jhlegarreta:sty/avoid-shadowing-symbols

Conversation

@jhlegarreta

Copy link
Copy Markdown
Contributor

Rename variable names/parameters to avoid shadowing symbols from outer scope.

Fixes:

Shadows name 'info' from outer scope

and

Shadows name 'clean' from outer scope

raised locally by IDE.

Rename variable names/parameters to avoid shadowing symbols from outer
scope.

Fixes:
```
Shadows name 'info' from outer scope
```

and
```
Shadows name 'clean' from outer scope
```

raised locally by IDE.
@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.49%. Comparing base (f036b41) to head (0aae7d0).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #136   +/-   ##
=======================================
  Coverage   86.49%   86.49%           
=======================================
  Files          13       13           
  Lines        2887     2887           
=======================================
  Hits         2497     2497           
  Misses        390      390           
Flag Coverage Δ
unittests 86.49% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@arokem
arokem merged commit 0b27b2b into tee-ar-ex:master Aug 23, 2026
19 checks passed
@jhlegarreta
jhlegarreta deleted the sty/avoid-shadowing-symbols branch August 23, 2026 12:14
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.

2 participants