Make MOVEDLint output more consistent
This commit is contained in:
parent
3cf915a146
commit
d868ed7aea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340914
@ -88,7 +88,7 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9]$/ {
|
||||
# printf "Initial value of 'reason' is lowercase: %5d (%s)\n", NR, $4
|
||||
|
||||
if ($4 ~ /\.$/)
|
||||
printf "Final character is a dot: %5d (%s)\n", NR, $4
|
||||
printf "%5d: Final character is a dot: (%s)\n", NR, $4
|
||||
}
|
||||
|
||||
END {
|
||||
|
Loading…
Reference in New Issue
Block a user