Checks there is only one statement per line. The following line will be flagged as an error: x = 1; y = 2; // Two statments on a single line.

This rule is deprecated, use {rule:squid:S00122} instead.