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

Commits on Jan 6, 2023

  1. Update static code analysis tools settings

    - 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]>
    MichaelOrlov committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    950df27 View commit details
    Browse the repository at this point in the history