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

Update RSPEC before 8.53 release #6762

Merged
merged 3 commits into from
Feb 16, 2023
Merged

Conversation

antonioaversa
Copy link
Contributor

@antonioaversa antonioaversa commented Feb 16, 2023

Fixes #6676

Draft since I am still going through the release process and understanding the steps.

The file MISRA_C++_2008_recommended_profile.json, generated by ./scripts/rspec/rspec cs has been removed manually.

The issue is already known: https://discuss.sonarsource.com/t/rule-api-misra-c-2008-profile-gets-created-for-c-and-vb-net/3328

@@ -3,9 +3,16 @@
<p>This rule raises an issue when underscores (<code>_</code>) are used to break a number into irregular subgroups.</p>
<h2>Noncompliant Code Example</h2>
<pre>
int duos = 1_00_00;
int million = 1_000_00_000; // Noncompliant
int thousand = 100_0;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@martin-strecker-sonarsource : FYI missing ; fixed.

@sonarcloud
Copy link

sonarcloud bot commented Feb 16, 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 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Feb 16, 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 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@andrei-epure-sonarsource andrei-epure-sonarsource left a comment

Choose a reason for hiding this comment

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

LGTM!

@antonioaversa antonioaversa marked this pull request as ready for review February 16, 2023 14:37
@antonioaversa antonioaversa merged commit 6bc8c18 into master Feb 16, 2023
@antonioaversa antonioaversa deleted the Antonio/release-analyzers-8-53 branch February 16, 2023 14:37
@pavel-mikula-sonarsource pavel-mikula-sonarsource changed the title Update RSPEC for release Update RSPEC before 8.53 release Feb 20, 2023
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.

Update RSPEC before 8.53 release
2 participants