Start linting for double spaces (#20820)

* Start linting for double spaces

* Code review

* Fix cases that were excluded by countDoubleSpaces

* Remove extraneous closing parenthesis
This commit is contained in:
Andy
2018-01-08 08:52:13 -08:00
committed by GitHub
parent 943e52211b
commit 6f2ba15446
35 changed files with 1473 additions and 564 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ namespace Utils {
/**
* Reads the directory at the given path and retrieves a list of file names and a list
* of directory names within it. Suitable for use with ts.matchFiles()
* @param path The path to the directory to be read
* @param path The path to the directory to be read
*/
getAccessibleFileSystemEntries(path: string) {
const entry = this.traversePath(path);