Commit a32aeb3d authored by Georg Brandl's avatar Georg Brandl

rstlint: we do not use svn anymore

parent ee4c8733
......@@ -173,10 +173,6 @@ Options: -v verbose (print all checked file names)
count = defaultdict(int)
for root, dirs, files in os.walk(path):
# ignore subdirs controlled by svn
if '.svn' in dirs:
dirs.remove('.svn')
# ignore subdirs in ignore list
if abspath(root) in ignore:
del dirs[:]
......
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