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) ...@@ -28,6 +28,7 @@ def add_error(line_num, val_index, message)
$errors.push("(L%03d) %-14.14s #{message}" % [line_num, segment]) $errors.push("(L%03d) %-14.14s #{message}" % [line_num, segment])
end end
################### CHECK ALPHABETICAL ORDER ###################
section = '' section = ''
sections = [] sections = []
section_to_line_num = {} section_to_line_num = {}
...@@ -55,6 +56,7 @@ sections.each do | sect | ...@@ -55,6 +56,7 @@ sections.each do | sect |
end end
end end
#################### CHECK LINE ENTRIES ########################
File.foreach(filename).with_index do | line, line_num | File.foreach(filename).with_index do | line, line_num |
line_num += 1 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