提交 8e54ae32 编写于 作者: J João Moreno

Merge pull request #5034 from senayar/buildHygieneTaskTypo

fix missing semi colon, and remove double task terminateProcess
......@@ -48,7 +48,6 @@ var indentationFilter = [
'!**/vs/base/common/marked/raw.marked.js',
'!**/vs/base/common/winjs.base.raw.js',
'!**/vs/base/node/terminateProcess.sh',
'!**/vs/base/node/terminateProcess.sh',
'!**/vs/text.js',
'!**/vs/nls.js',
'!**/vs/css.js',
......@@ -168,7 +167,7 @@ var hygiene = exports.hygiene = function (some, options) {
formatter: 'json',
configuration: configuration,
rulesDirectory: 'build/lib/tslint',
}
};
var contents = file.contents.toString('utf8');
var linter = new tslint(file.relative, contents, options);
var result = linter.lint();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册