Don't lint Bootstrap JavaScript

This commit is contained in:
Tom Payne
2013-03-05 17:05:13 +01:00
committed by Frederic Junod
parent fa448951d9
commit bcea43dcd6

View File

@@ -59,6 +59,7 @@ EXAMPLES_SRC = [path
for path in ifind('examples')
if path.endswith('.js')
if not path.endswith('.combined.js')
if not path.startswith('examples/bootstrap')
if path != 'examples/Jugl.js'
if path != 'examples/example-list.js']