Commit 37c0c929 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Properly ignore ee directory

parent 89f3d450
......@@ -60,7 +60,7 @@ module EESpecificCheck
def updated_diff_numstat(from, to)
scan_diff_numstat(
run_git_command("diff #{from}..#{to} --numstat -- . '!ee'"))
run_git_command("diff #{from}..#{to} --numstat -- . ':!ee'"))
end
def find_remote_ce_branch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment