Skip to content

chore(scanners): Use a lazy property instead of get() - #12408

Closed
sschuberth wants to merge 1 commit into
mainfrom
get-vs-lazy
Closed

chore(scanners): Use a lazy property instead of get()#12408
sschuberth wants to merge 1 commit into
mainfrom
get-vs-lazy

Conversation

@sschuberth

Copy link
Copy Markdown
Member

As licenseFindings is immutable, this only ever needs to be evaluated once.

This is a follow-up to b952ad1.

As `licenseFindings` is immutable, this only ever needs to be evaluated
once.

This is a follow-up to b952ad1.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.io>
@sschuberth
sschuberth requested a review from a team as a code owner September 4, 2026 18:56
@sschuberth
sschuberth enabled auto-merge (rebase) September 4, 2026 18:56
@sschuberth

Copy link
Copy Markdown
Member Author

Extension properties cannot use by lazy.

@sschuberth sschuberth closed this Sep 4, 2026
auto-merge was automatically disabled September 4, 2026 19:22

Pull request was closed

@sschuberth
sschuberth deleted the get-vs-lazy branch September 4, 2026 19:22
@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.13%. Comparing base (57e36a7) to head (f53ed13).

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #12408   +/-   ##
=========================================
  Coverage     59.13%   59.13%           
  Complexity     1878     1878           
=========================================
  Files           365      365           
  Lines         13810    13810           
  Branches       1441     1441           
=========================================
  Hits           8166     8166           
  Misses         5113     5113           
  Partials        531      531           
Flag Coverage Δ
funTest-external-tools 15.85% <ø> (ø)

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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant