6.2.5.25. Architecture-CopyView¶
Copy the content of the given RFG view to a new view (overwriting its previous content)
Required inputs: RFG
This rule copies the content of a source view into a new target view.
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
export_warnings¶
export_warnings : bool = True
loglevel¶
loglevel : LogLevel = 'WARNING'
source_view_name¶
source_view_name : str = ''
target_view_name¶
target_view_name : str = ''
Option Types¶
These types are used by options listed above:
LogLevel¶
An enumeration.WARNING
INFO
DEBUG