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 static code analysis tools settings #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MichaelOrlov
Copy link
Contributor

@MichaelOrlov MichaelOrlov commented Jan 6, 2023

  • Disabled Clazy by default (This is analysis tool for QT)
  • Disabled check for unused code. Rationale:
    • A lot of false positives,
    • Affects performance,
    • We don't care too much about it on practice.
  • Enabled ClangTidy for Project Source Files only. Rationale:
    • performance optimization
  • Enabled MISRA rules for Project Source Files only. Rationale:
    • We do need to check misra rules for certified code.
    • It will be handy for MISRA violations fixes and justification.

image

Signed-off-by: Michael Orlov [email protected]


This change is Reviewable

- Disabled Clazy by default (This is analysis tool for QT)
- Disabled check for unused code.
Rationale:
  - A lot of false positives,
  - Affects performance,
  - We don't care too much about it on practice.
- Enabled ClangTidy for `Project Source Files` only.
Rationale:
  - performance optimization
- Enabled MISRA rules.
Rationale:
  - We do need to check misra rules for certified code.
  - It will be handy for MISRA violations fixes and justification.

Signed-off-by: Michael Orlov <[email protected]>
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