fix: Set files app lexicon strictness to IGNORE

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Marcel Müller 2026-03-02 22:06:49 +01:00 committed by backportbot[bot]
parent 8eca67bb3f
commit 7bf91658ab

View file

@ -24,7 +24,7 @@ class ConfigLexicon implements ILexicon {
public const OVERWRITES_HOME_FOLDERS = 'overwrites_home_folders';
public function getStrictness(): Strictness {
return Strictness::NOTICE;
return Strictness::IGNORE;
}
public function getAppConfigs(): array {