Skip to content

Commit

Permalink
Remove whitespace check-module overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 18, 2017
1 parent b761827 commit 103933d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions test/rules.out
@@ -1,10 +1,6 @@
ERROR: /rules/curly.ts[4, 3]: if statements must be braced
ERROR: /rules/handle-callback-err.ts[1, 21]: Expected error to be handled
ERROR: /rules/import-spacing.ts[2, 1]: All imports are unused.
ERROR: /rules/import-spacing.ts[1, 22]: missing whitespace
ERROR: /rules/import-spacing.ts[1, 8]: missing whitespace
ERROR: /rules/import-spacing.ts[2, 17]: missing whitespace
ERROR: /rules/import-spacing.ts[2, 9]: missing whitespace
ERROR: /rules/import-spacing.ts[1, 7]: missing whitespace
ERROR: /rules/import-spacing.ts[1, 7]: A space is required after '{'
ERROR: /rules/import-spacing.ts[1, 22]: A space is required before '}'
Expand Down
2 changes: 1 addition & 1 deletion tslint.js
Expand Up @@ -125,7 +125,7 @@ module.exports = {
'check-branch',
'check-decl',
'check-operator',
'check-module',
// 'check-module',
'check-type',
'check-typecast',
'check-preblock'
Expand Down

0 comments on commit 103933d

Please sign in to comment.