AutosarC++17_10-A2.9.1¶
A header file name shall be identical to a type name declared in it if it declares a type
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
source_file_name_not_type |
The header should be named as a type it declares. |
None |
False |
Options¶
This rule shares the following common options: exclude_in_macros, exclude_messages_in_system_headers, excludes, extend_exclude_to_macro_invocations, includes, justification_checker, languages, post_processing, provider, report_at, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
file_type¶
file_type : bauhaus.rules.axivion.lexical.comments.FileToCheckSet = {'User_Include_File'}
junk_characters¶
junk_characters : str = ' _-.:'
named_node_types¶
named_node_types : set[bauhaus.ir.PIR_Class_Name] = {'Named_Type_Interface'}
similarity_threshold¶
similarity_threshold : float = 0.9