6.2.5.4. Architecture-CheckRFGLanguageSchema¶
Performs a language schema verification on an RFG
Required inputs: RFG
Verifies whether views initially generated by Architecture-Dependencies conform to the language schema.
Possible Messages
This rule has no predefined messages.
Options¶
This rule shares the following common options: exclude_messages_in_system_headers, excludes, includes, justification_checker, post_processing, provider, severity
The following places define options that affect this rule: Analysis-GlobalOptions
exclude_attribute_names¶
exclude_attribute_names : set[bauhaus.analysis.config.SearchPattern] = {'Metric\..*'}
export_warnings¶
export_warnings : bool = True
loglevel¶
loglevel : LogLevel = 'WARNING'
verify_attributes¶
verify_attributes : bool = True
verify_edges¶
verify_edges : bool = True
verify_nodes¶
verify_nodes : bool = True
Option Types¶
These types are used by options listed above:
LogLevel¶
An enumeration.WARNING
INFO
DEBUG