janitor: Update global cspell

Update global cspell words and remove some file-wide words.

Also remove a manual test that is now also run as a proper test case.
This commit is contained in:
Tobias Hunger 2022-04-11 14:48:55 +02:00 committed by Tobias Hunger
parent 49e0a2f32b
commit c825eee228
11 changed files with 20 additions and 130 deletions

View file

@ -1,6 +1,8 @@
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
// cSpell: ignore langtype typeregister
/**
This file contains the definition off all builtin items
It is parsed with the normal .slint parser, but the semantic.
@ -19,7 +21,7 @@
to that property.
*/
import { _ } from ""; // just to silence many error in the LSP
import { _ } from ""; // just to silence many errors in the LSP
Rectangle := _ {
property <brush> background;