Skip to content

Commit

Permalink
fix(betterer 🐛): asignment -> assignment (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
phenomnomnominal authored Aug 18, 2020
1 parent d9171cf commit 83f87af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .betterer.results
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ exports[`new eslint rules`] = {
[21, 2, 59, "Unsafe return of type Promise<any> from function with return type Promise<WorkspaceConfiguration>.", "3903064458"]
],
"packages/extension/src/server/notifications/validate.ts:2562732250": [
[18, 4, 38, "Unsafe asignment of type Map<any, any> to a variable of type Map<string, { handler: NotificationHandler<TextDocument>; versionProvider: BettererVersionProvider; }>.", "2572650248"]
[18, 4, 38, "Unsafe assignment of type Map<any, any> to a variable of type Map<string, { handler: NotificationHandler<TextDocument>; versionProvider: BettererVersionProvider; }>.", "2572650248"]
],
"packages/extension/src/server/server.ts:2004201515": [
[62, 4, 68, "Promises must be handled appropriately or explicitly marked as ignored with the \`void\` operator.", "280309533"],
Expand Down

0 comments on commit 83f87af

Please sign in to comment.