Skip to content

Conversation

@MichaelOrlov
Copy link

@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.

3 participants