提交 856f5e2a 编写于 作者: E Erich Gamma

updated the tslint task

上级 505f2f39
......@@ -47,7 +47,7 @@
],
"severity": "warning",
"pattern": {
"regexp": "^\\[tslint\\] (.*):(\\d+):(\\d+):\\s+(.*)$",
"regexp": "(.*):(\\d+):(\\d+):(.*)$",
"file": 1,
"line": 2,
"column": 3,
......
......@@ -87,6 +87,8 @@ const tslintFilter = [
'!**/*.d.ts',
'!**/typings/**',
'!src/vs/base/**/*.test.ts',
'!extensions/typescript/test/colorize-fixtures/**',
'!extensions/vscode-api-tests/testWorkspace/**',
'!src/vs/languages/**/*.test.ts',
'!src/vs/workbench/**/*.test.ts',
'!extensions/**/*.test.ts'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册