Finds function definitions where arguments of the same type follow each other directly, making call sites prone to calling the function with swapped or badly ordered arguments.
The relevant I.24 C++ Core Guidelines rule to which conformity is checked can be found at http://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#i24-avoid-adjacent-unrelated-parameters-of-the-same-type