提交 04d240c6 编写于 作者: B Binsztock Rémy

fix missing semi colon, and remove double task terminateProcess

上级 7b1cb79c
......@@ -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.
先完成此消息的编辑!
想要评论请 注册