Skip to content

Commit

Permalink
Update rules.out for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jul 29, 2018
1 parent 1a99e55 commit 4656814
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/rules.out
Expand Up @@ -3,12 +3,10 @@ ERROR: /rules/handle-callback-err.ts[1, 21]: Expected error to be handled
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 '}'
ERROR: /rules/import-spacing.ts[2, 1]: All imports on this line are unused.
ERROR: /rules/import-spacing.ts[2, 8]: A space is required after '{'
ERROR: /rules/import-spacing.ts[2, 17]: A space is required before '}'
ERROR: /rules/no-constant-condition.ts[1, 5]: unexpected constant condition
ERROR: /rules/no-inner-declarations.ts[4, 3]: move function declaration to program root
ERROR: /rules/no-inner-declarations.ts[4, 12]: 'test' is declared but its value is never read.
ERROR: /rules/no-inner-declarations.ts[4, 20]: block is empty
ERROR: /rules/no-multi-spaces.ts[1, 22]: Multiple spaces found before 'true'.
ERROR: /rules/object-destruct-spacing.ts[1, 13]: A space is required after '{'
Expand Down

0 comments on commit 4656814

Please sign in to comment.