Skip to content

Commit 17a3b10

Browse files
committed
chore: add .yaml to lint-staged trivial files and update copyright years in gradle.properties
1 parent 3fcadf0 commit 17a3b10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.lintstagedrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- "reuse annotate --license 'CC-BY-NC-4.0' --copyright 'Caleb Cushing' --copyright-prefix spdx-string-symbol --merge-copyrights"
2323
- *prettier
2424
# Trivial files
25-
"(*.xml|*.yml|*ignore|*.toml|*.json5|*.js|.editorconfig|.gitattributes|.mailmap)":
25+
"(*.xml|*.yml|*.yaml|*ignore|*.toml|*.json5|*.js|.editorconfig|.gitattributes|.mailmap)":
2626
- "reuse annotate --license 'CC0-1.0' --copyright 'Caleb Cushing' --copyright-prefix spdx-string-symbol --merge-copyrights"
2727
- *prettier
2828
"*.properties": # Tools such as IntelliJ IDEA do not treat .properties files as UTF-8 by default

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2026 Caleb Cushing
1+
# SPDX-FileCopyrightText: 2024-2026 Caleb Cushing
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

0 commit comments

Comments
 (0)