Pattern: Use of then
for multi-line if
Issue: -
Checks for uses of the then
keyword in multi-line if
statements.
if cond then
end
if cond then a
elsif cond then b
end
Pattern: Use of then
for multi-line if
Issue: -
Checks for uses of the then
keyword in multi-line if
statements.
if cond then
end
if cond then a
elsif cond then b
end