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

Code Cleanup. #266

Merged
merged 1 commit into from
May 7, 2024

Code Cleanup.

63ffea0
Select commit
Loading
Failed to load commit list.
Merged

Code Cleanup. #266

Code Cleanup.
63ffea0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Sonarscharp (reported by Codacy) succeeded May 7, 2024 in 6s

No new alerts in code changed by this pull request

Annotations

Check notice on line 15 in src/UnluacNET/Parse/LFloatNumber.cs

See this annotation in the file changed.

Code scanning / Sonarscharp (reported by Codacy)

Do not check floating point equality with exact values, use a range instead. Note

Do not check floating point equality with exact values, use a range instead.

Check notice on line 15 in src/UnluacNET/Parse/LDoubleNumber.cs

See this annotation in the file changed.

Code scanning / Sonarscharp (reported by Codacy)

Do not check floating point equality with exact values, use a range instead. Note

Do not check floating point equality with exact values, use a range instead.