Excludes `bundle` path.
This commit is contained in:
parent
e26bce70af
commit
9e2e7abf88
|
|
@ -34,7 +34,8 @@ let allowedExtensions = [
|
|||
let excludedRootPaths = [
|
||||
".git",
|
||||
"build",
|
||||
"Rx.playground"
|
||||
"Rx.playground",
|
||||
"bundle"
|
||||
]
|
||||
|
||||
let excludePaths = [
|
||||
|
|
@ -195,4 +196,4 @@ let allValid = try fileManager.contentsOfDirectoryAtPath(".").map { rootDir -> B
|
|||
|
||||
if !allValid {
|
||||
exit(-1)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue