Lines Matching full:multiple
106 multiple git commits with:
198 print("Multiple levels / Undetermined");
3347 # A commit match can span multiple lines so this block attempts to find a
4095 # check for multiple consecutive blank lines
4100 "Please don't use multiple blank lines\n" . $hereprev) &&
4189 # (but not if it is a multiple line "if (foo) return bar; else return baz;")
4506 # check for dereferences that span multiple lines
4515 "Avoid multiple line dereference - prefer '$ref'\n" . $hereprev);
5008 # "Multiple spaces after return type\n" . $herecurr);
5419 # check for multiple assignments
5422 "multiple assignments should be avoided\n" . $herecurr);
5425 ## # check for multiple declarations, allowing for a function declaration
5437 ## "declaring multiple variables together should be avoided\n" . $herecurr);
6020 … "Macros with multiple statements should be enclosed in a do - while loop\n" . "$herectx");
6287 # newline (multiple lines in one string constant) or '\t', '\r', ';', or '{'
7294 # check for multiple semicolons