From f22b226938821e5df8c89759e89304e98cc55dbe Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:32:53 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- resiliosync/config.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/resiliosync/config.json b/resiliosync/config.json index 16b8cdcfb..2f6db0e79 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted file share and collaboration platform on the web", "devices": [ @@ -98,11 +95,7 @@ "55555/tcp": "Sync Port", "8888/tcp": "Web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH", - "NET_ADMIN" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], "schema": { "PGID": "int", "PUID": "int",