Commit c8525b2f authored by davemachado's avatar davemachado
Browse files

add functional break comments

parent 7f71a9cf
......@@ -28,6 +28,7 @@ def add_error(line_num, val_index, message)
$errors.push("(L%03d) %-14.14s #{message}" % [line_num, segment])
end
################### CHECK ALPHABETICAL ORDER ###################
section = ''
sections = []
section_to_line_num = {}
......@@ -55,6 +56,7 @@ sections.each do | sect |
end
end
#################### CHECK LINE ENTRIES ########################
File.foreach(filename).with_index do | line, line_num |
line_num += 1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment