From 57fa68970ae84775390c968f455cd739d0eb4397 Mon Sep 17 00:00:00 2001 From: Cuong Manh Le Date: Mon, 15 May 2023 22:47:10 +0700 Subject: [PATCH] internal/router: fix lint ignore comment --- internal/router/ddwrt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/router/ddwrt.go b/internal/router/ddwrt.go index 3fe89a9..b0be098 100644 --- a/internal/router/ddwrt.go +++ b/internal/router/ddwrt.go @@ -12,7 +12,7 @@ const ( nvramRCStartupKey = "rc_startup" ) -// lint:ignore ST1005 This error is for human. +//lint:ignore ST1005 This error is for human. var errDdwrtJffs2NotEnabled = errors.New(`could not install service without jffs, follow this guide to enable: https://wiki.dd-wrt.com/wiki/index.php/Journalling_Flash_File_System