Exclude zlib 3rd party sources from our checks too.
zlib ChangeLog file is not in UTF-8 in 1.2.8 and so doesn't pass our checks. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
728799ae11
commit
81f4ed62dd
@ -22,7 +22,7 @@ all_changed_files=`svnl changed | \
|
||||
sed 's/^....//' | \
|
||||
egrep -v "branches/WX_2_" | \
|
||||
egrep -v "wxWidgets/vendor" | \
|
||||
egrep -v "src/(expat|tiff|regex|jpeg|stc/scintilla)" | \
|
||||
egrep -v "src/(expat|tiff|regex|jpeg|stc/scintilla|zlib)" | \
|
||||
egrep -v "src/msw/version.rc" | \
|
||||
egrep -v "_wrap.cpp" | \
|
||||
egrep -v "wxPython/.*/docs/.*\.html$"`
|
||||
|
Loading…
Reference in New Issue
Block a user