Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5f81d2a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Account for "validations:""

parents b3b28012 0174ae3a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -67,6 +67,9 @@ function getDeps() {
      $0 ~ /^\S\S*:$/ {
        inoutput = 0
      }
      $1 == "validations:" {
        inoutput = 0
      }
      inoutput != 0 {
        print gensub(/^\s*/, "", "g")" "depth
      }
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ function getDeps() {
        currFileName = ""
        currExt = ""
      }
      $1 == "outputs:" {
      $1 == "outputs:" || $1 == "validations:" {
        ininput = 0
      }
      ininput == 0 && $0 ~ /^\S\S*:$/ {