
# ------------------------------------------------------------------------------
# User settings can select (overwrite) the MISRA type.
# ------------------------------------------------------------------------------

# ------------------------------------------------------------------------------
# Options are:
# TYP_MISRA := QAC      : Use QAC  for MISRA analysis and reports
#              LDRA     : (Not yet supported) Use LDRA for MISRA analysis and reports
# ------------------------------------------------------------------------------
TYP_MISRA := QAC

# ------------------------------------------------------------------------------
# Set the default MISRA output format to empty.
# This way the user will get the textual output.
# ------------------------------------------------------------------------------
MISRA_OUTPUT_SQL_FORMAT :=
