From 28e8975bebfd78fd3f9e32c5a3181741d1d2a16f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 20:15:25 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- nextcloud/config.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index 122c0cdbe..b404ae2fa 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Nextcloud for Homeassistant", "devices": [ @@ -122,10 +119,7 @@ "443/tcp": "Https Web Interface", "80/tcp": "Web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "Full_Text_Search": "bool?", "OCR": "bool?", @@ -152,9 +146,7 @@ "trusted_domains": "str?", "use_own_certs": "bool" }, - "services": [ - "mysql:want" - ], + "services": ["mysql:want"], "slug": "nextcloud_ocr", "uart": true, "udev": true,