From: Daniel F. Dickinson Date: Thu, 7 May 2026 07:00:02 +0000 (-0400) Subject: radicale3: clean out cspell hints X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d0a7d402f97e2947e6cdefebb0fcd6e814ef5d85;p=openwrt-packages.git radicale3: clean out cspell hints Remove unwanted cspell hints from Makefile and initscript. Signed-off-by: Daniel F. Dickinson --- diff --git a/net/radicale3/Makefile b/net/radicale3/Makefile index 165b54b19..b40d93bc1 100644 --- a/net/radicale3/Makefile +++ b/net/radicale3/Makefile @@ -1,9 +1,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. -# cspell:words TOPDIR PYPI Radicale conffiles dateutil defusedxml libpass -# cspell:words setuptools vobject - include $(TOPDIR)/rules.mk PKG_NAME:=radicale3 diff --git a/net/radicale3/files/radicale3.init b/net/radicale3/files/radicale3.init index 020653a76..4ebfde3f4 100755 --- a/net/radicale3/files/radicale3.init +++ b/net/radicale3/files/radicale3.init @@ -1,7 +1,5 @@ #!/bin/sh /etc/rc.common # shellcheck shell=ash -# cspell:words CFGDIR SYSCFG USRCFG cfgfile chgrp defval getline hostlist -# cspell:words htpasswd radicale tmpconf tmpusers multifilesystem # shellcheck disable=SC2034 START=99