Commit 25c31b6c authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #19588 from mikedanese/boiler

Auto commit by PR queue bot
parents e1a71fef a6589f7d
......@@ -95,7 +95,7 @@ def file_passes(filename, refs, regexs):
def file_extension(filename):
return os.path.splitext(filename)[1].split(".")[-1].lower()
skipped_dirs = ['Godeps', 'third_party', '_gopath', '_output', '.git']
skipped_dirs = ['Godeps', 'third_party', '_gopath', '_output', '.git', 'cluster/env.sh']
def normalize_files(files):
newfiles = []
for pathname in files:
......
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