6.2.5.28. Architecture-RenameView¶
Rename the given RFG view (overwriting a possibly existing view with target name first)
Required inputs: RFG
This rule renames a view to a new name, overwriting a possibly existing view with that name.
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'
new_view_name¶
new_view_name : str = ''
original_view_name¶
original_view_name : str = ''
Option Types¶
These types are used by options listed above:
LogLevel¶
An enumeration.WARNING
INFO
DEBUG