From cc00eed128cad443e115166507b1407d2ca58a00 Mon Sep 17 00:00:00 2001 From: rein0925 Date: Mon, 1 Apr 2024 00:13:04 +0900 Subject: [PATCH] =?UTF-8?q?NOLINT=20=E3=81=AE=E8=AA=AC=E6=98=8E=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/schneider_model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schneider_model.cpp b/src/schneider_model.cpp index 72fb805..eac2d44 100644 --- a/src/schneider_model.cpp +++ b/src/schneider_model.cpp @@ -209,7 +209,7 @@ void Schneider::rotate() { } void Schneider::led(int num) { - // Silence all checks for all lines between the BEGIN and END + // 3つの連続した明示的なブランチがあるといわれたがそんなことない // NOLINTBEGIN switch (num) { case 1: led1 = !led1; break;