소스 검색

add functional break comments

pull/467/head
davemachado 6 년 전
부모
커밋
c8525b2f6d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      build/validate_format.rb

+ 2
- 0
build/validate_format.rb 파일 보기

@@ -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


불러오는 중...
취소
저장