瀏覽代碼

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

Enrico Berti 7 年之前
父節點
當前提交
962af04b0b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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" \