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

fix: All non-native types must have a reference id #966

Merged
merged 1 commit into from Mar 4, 2024
Merged

fix: All non-native types must have a reference id #966

merged 1 commit into from Mar 4, 2024

Conversation

tefra
Copy link
Owner

@tefra tefra commented Mar 4, 2024

📒 Description

Before the code analyzer exits, it runs some additional checks just to make sure there are no cross-references anywhere because they are evil.

We also need to make sure there are no attr types to user types without any references....

Because I haven't updated these checks for so long, debugging future features was a pain in the a$$

Resolves #xxxx

🔗 What I've Done

Write a description of the steps taken to resolve the issue

💬 Comments

A place to write any comments to the reviewer.

🛫 Checklist

Update the class validator to catch these cases
otherwise trying to troubleshoot issues becomes
impossible.
Copy link

sonarcloud bot commented Mar 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.97%. Comparing base (eb610d5) to head (5ca49de).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #966   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files         110      110           
  Lines        8904     8920   +16     
  Branches     2116     2122    +6     
=======================================
+ Hits         8902     8918   +16     
  Misses          1        1           
  Partials        1        1           

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

@tefra tefra merged commit 807883d into main Mar 4, 2024
14 checks passed
@tefra tefra deleted the validate branch March 4, 2024 19:06
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.

None yet

1 participant