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: qodana linter #2902

Merged
merged 1 commit into from
Sep 19, 2024
Merged

fix: qodana linter #2902

merged 1 commit into from
Sep 19, 2024

Conversation

dudantas
Copy link
Contributor

No description provided.

Copy link
Contributor

Qodana for C/C++

999 new problems were found

Inspection name Severity Problems
misra-cpp2008-5-0-11 🔶 Warning 888
err33-c 🔶 Warning 37
static-accessed-through-instance 🔶 Warning 16
misra-cpp2008-5-0-5 🔶 Warning 11
misra-cpp2008-5-2-12 🔶 Warning 5
function-cognitive-complexity 🔶 Warning 4
narrowing-conversions 🔶 Warning 3
unnecessary-value-param 🔶 Warning 3
implicit-bool-conversion 🔶 Warning 3
use-starts-ends-with 🔶 Warning 3
magic-numbers 🔶 Warning 3
misra-cpp2008-5-0-13 🔶 Warning 2
misra-cpp2008-0-1-7 🔶 Warning 2
unnecessary-copy-initialization 🔶 Warning 2
for-range-copy 🔶 Warning 2
id-dependent-backward-branch 🔶 Warning 2
duplicate-include 🔶 Warning 2
simplify-boolean-expr 🔶 Warning 2
misra-cpp2008-5-3-1 🔶 Warning 1
misra-cpp2008-6-4-5 🔶 Warning 1
misra-cpp2008-4-5-2 🔶 Warning 1
no-automatic-move 🔶 Warning 1
unroll-loops 🔶 Warning 1
too-small-loop-variable 🔶 Warning 1
pass-by-value 🔶 Warning 1
inconsistent-declaration-parameter-name 🔶 Warning 1
redundant-casting 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.1.11
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@dudantas dudantas merged commit 563b0f7 into main Sep 19, 2024
26 checks passed
@dudantas dudantas deleted the dudantas/fix-qodana-linter branch September 19, 2024 01:51
PrimosOT pushed a commit to PrimosOT/canary that referenced this pull request Sep 25, 2024
s2leandro155 pushed a commit to s2leandro155/rzyns that referenced this pull request Sep 26, 2024
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