Skip to content

Analyzer

This config extends the base analyzer config with the following options:

Configuration

Field Description Default Value Localizable Environment Variable
include_file_path Deprecated! Use sensitive instead. If True, file path will be included in the analysis result if it is available for a specific objects (e.g. include, libname, filename statements). False Yes ALC_SAS_ANALYZE_INCLUDE_PATHS
output_macro_usage If True, macro usage table will be included in the analysis result. True No ALC_SAS_ANALYZE_MACRO_USAGE
output_func_calls If True, function calls table will be included in the analysis result. True No ALC_SAS_ANALYZE_FUNC_CALLS

Example

analyzer:
  sensitive: obfuscate
  output_macro_usage: True
  output_func_calls: True