ソースを参照

Use standard error reporting for duplicate links

pull/386/head
Dave Machado 6年前
コミット
263d095c65
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      build/validate_links.rb

+ 1
- 1
build/validate_links.rb ファイルの表示

@@ -21,7 +21,7 @@ fails = []
dup = links.select{|element| links.count(element) > 1}
if dup.uniq.length > 0
dup.uniq.each do |e|
fails.push("Duplicate link: #{e}")
fails.push("(DUP): #{e}")
end
end
# Remove any duplicates from array


読み込み中…
キャンセル
保存