Skip to content

Conversation

@sir-gon
Copy link
Owner

@sir-gon sir-gon commented Oct 8, 2025

No description provided.

Negated conditions should be avoided when an else clause is present typescript:S7735
@codecov
Copy link

codecov bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (fbf8da0) to head (137a43b).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #838   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          110       110           
  Lines         4349      4350    +1     
  Branches       719       721    +2     
=========================================
+ Hits          4349      4350    +1     

☔ View full report in Codecov by Sentry.
📢 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.

@sir-gon sir-gon force-pushed the develop branch 2 times, most recently from 0a5d3af to f6d9ed4 Compare October 8, 2025 04:37
…ment in constructor for static values.

Class properties should be declared as fields rather than assigned in constructors typescript:S7757
@sir-gon sir-gon force-pushed the develop branch 2 times, most recently from a95ed56 to 0d4652e Compare October 8, 2025 04:44
Gonzalo Diaz added 3 commits October 8, 2025 01:45
Complex index access patterns should be replaced with ".at()" method typescript:S7755
Ternary expressions should be replaced with "Math.min()" or "Math.max()" for simple comparisons typescript:S7766
…()`.

Strings should use "replaceAll()" instead of "replace()" with global regex typescript:S7781
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 8, 2025

@sir-gon sir-gon merged commit a727ad4 into main Oct 8, 2025
43 checks passed
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