1.4.49. Migration to 7.2.6¶
1.4.49.1. Stylecheck¶
Rule AutosarC++-A5.3.2: the rule now also checks dereferences of members of pointer type.
To restore the old behavior, set the option ignored_object_types to {'Field'}.
Rule AutosarC++-A12.0.1 has been improved to check for rule of zero or
rule of five to better align with the Autosar document. Previously it
checked for rule of three and had some options to get variants thereof.
These options are not needed any more and have thus been removed.
If you want the old behavior, you can use the rule Generic-RuleOfThree instead.