Skip to content

Commit

Permalink
NOLINT の説明を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rein0925 committed Mar 31, 2024
1 parent 3a2173b commit cc00eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schneider_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cc00eed

Please sign in to comment.