fix: REUSE lint for files under msix folder

This commit is contained in:
2026-08-29 13:36:46 +08:00
parent 7d2ae6a39d
commit 0ed8aaf7c2
+6
View File
@@ -20,6 +20,12 @@ precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Gary Wang" SPDX-FileCopyrightText = "2025 Gary Wang"
SPDX-License-Identifier = "MIT" SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["dist/msix/**.svg", "dist/msix/**.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Gary Wang"
SPDX-License-Identifier = "MIT"
[[annotations]] [[annotations]]
path = ["app/translations/**.ts", "assets/plain/translators.html"] path = ["app/translations/**.ts", "assets/plain/translators.html"]
precedence = "aggregate" precedence = "aggregate"