Skip to content

Commit

Permalink
Removing #spell-check-ignore-line comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Feb 19, 2025
1 parent 9dae879 commit 8aedd60
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/Modules/Lombiq.ChartJs
2 changes: 1 addition & 1 deletion src/Modules/Lombiq.Privacy
2 changes: 1 addition & 1 deletion src/Modules/Lombiq.TrainingDemo
2 changes: 1 addition & 1 deletion src/Themes/Lombiq.BaseTheme
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ await context.Application.UsingScopeAsync(async shellScope =>
{
var elasticsearchIndexManager = shellScope.ServiceProvider.GetRequiredService<ElasticIndexManager>();

if (!await elasticsearchIndexManager.ExistsAsync("elasticsearchshouldwork")) return; // #spell-check-ignore-line
if (!await elasticsearchIndexManager.ExistsAsync("elasticsearchshouldwork")) return;

await elasticsearchIndexManager.DeleteIndex("elasticsearchshouldwork"); // #spell-check-ignore-line
await elasticsearchIndexManager.DeleteIndex("elasticsearchshouldwork");
});
}
},
Expand Down
2 changes: 1 addition & 1 deletion test/Lombiq.UITestingToolbox

0 comments on commit 8aedd60

Please sign in to comment.