fixed when using --directory with '.' or '..'

This commit is contained in:
Lloyd Brookes
2014-03-06 14:00:50 +01:00
parent 58a559b2b9
commit 62e30373a2
2 changed files with 12 additions and 15 deletions

View File

@ -14,5 +14,5 @@
"quotmark": "double",
"trailing": true,
"undef": true,
"unused": "strict"
"unused": true
}