Browse Source

HUE-8203 [tools] Exclude generated CSS files from the reviews

Enrico Berti 7 years ago
parent
commit
962af04b0b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/scripts/hue-review

+ 1 - 0
tools/scripts/hue-review

@@ -19,6 +19,7 @@ shift 3;
 
 exec $RBT post \
 	-o \
+	-X /'*.css' \
 	--description="$(git whatchanged $REVLIST)" \
 	--target-groups=hue \
 	--target-people="$REVIEWER" \