6.2.5.22. Architecture-StripBasepath

Strip basepath from Source.Path attribute of nodes

Required inputs: RFG

This rule strips a basepath prefix from Source.Path attributes of RFG nodes.

Possible Messages

This rule has no predefined messages.

Options

basepath

basepath : str = ''

Basepath to strip.
 

export_warnings

export_warnings : bool = True

Export output messages to the analysis database.
 

loglevel

loglevel : LogLevel = 'WARNING'

Logging mode. WARNING only outputs errors and warnings, INFO additionally prints info messages, DEBUG additionally outputs info and debug messages.
 

Option Types

These types are used by options listed above:

LogLevel

An enumeration.
 
  • WARNING

  • INFO

  • DEBUG