summary refs log tree commit diff
path: root/.ci/licenses.sh
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-08-05 19:07:21 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2024-08-05 19:21:09 +0200
commit1aa15af11fafca950aad47e5b7fc6425fe304da4 (patch)
treeee596da8202110c6c0f5f8f11e0641f52c92eb85 /.ci/licenses.sh
parentMerge pull request #1774 from Integral-Tech/add-trayicon-tooltip (diff)
downloadnheko-1aa15af11fafca950aad47e5b7fc6425fe304da4.tar.xz
Fix license check in lint job
Diffstat (limited to '')
-rwxr-xr-x.ci/licenses.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/licenses.sh b/.ci/licenses.sh
index 4265c2a5..4bfaa201 100755
--- a/.ci/licenses.sh
+++ b/.ci/licenses.sh
@@ -9,6 +9,6 @@ set -eu
 
 FILES=$(find src resources/qml -type f \( -iname "*.cpp" -o -iname "*.h" -o -iname "*.qml" \))
 
-reuse annotate --exclude-year --copyright="Nheko Contributors" --license="GPL-3.0-or-later" $FILES
+reuse annotate --exclude-year --style=cppsingle --copyright="Nheko Contributors" --license="GPL-3.0-or-later" $FILES
 
 git diff --exit-code