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

Adress more code smells #111

Merged
merged 1 commit into from
Oct 28, 2023
Merged

Adress more code smells #111

merged 1 commit into from
Oct 28, 2023

Conversation

Neverous
Copy link
Owner

No description provided.

.github/workflows/qt_update.yml Dismissed Show dismissed Hide dismissed
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cppcheck (reported by Codacy) found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 9 Code Smells

No Coverage information No Coverage information
1.3% 1.3% Duplication

@Neverous Neverous marked this pull request as ready for review October 28, 2023 12:11
@@ -171,8 +171,8 @@

*filename = "IOKitLib.h";
*line = -1;
*error = (int)errno; // FIXME
*function = (char *)last_iokit_function;
*error = errno; // FIXME

Check notice

Code scanning / CodeQL

FIXME comment Note

FIXME comment
include/qwidgetitemdelegate.h Fixed Show fixed Hide fixed
src/efibooteditor.cpp Fixed Show fixed Hide fixed
@Neverous Neverous merged commit d0e20f4 into master Oct 28, 2023
68 checks passed
@Neverous Neverous deleted the smells branch October 28, 2023 13:10
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