Lines Matching refs:sloppy
15 # check-format.pl [-l|--sloppy-len] [-l|--sloppy-bodylen]
16 # [-s|--sloppy-space] [-c|--sloppy-comment]
17 # [-m|--sloppy-macro] [-h|--sloppy-hang]
31 # -l | --sloppy-len increase accepted max line length from 80 to 84
32 # -l | --sloppy-bodylen do not report function body length > 200
33 # -s | --sloppy-space do not report whitespace nits
34 # -c | --sloppy-comment do not report indentation of comments
41 # -m | --sloppy-macro allow missing extra indentation of macro bodies
42 # -h | --sloppy-hang when checking hanging indentation, do not report
113 if ($arg =~ m/^(l|-sloppy-len)$/) {
115 } elsif ($arg =~ m/^(b|-sloppy-bodylen)$/) {
117 } elsif ($arg =~ m/^(s|-sloppy-space)$/) {
119 } elsif ($arg =~ m/^(c|-sloppy-comment)$/) {
121 } elsif ($arg =~ m/^(m|-sloppy-macro)$/) {
123 } elsif ($arg =~ m/^(h|-sloppy-hang)$/) {