-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clang tidy rein0925 #86
Conversation
src/schneider_model.cpp
Outdated
// Silence all checks for all lines between the BEGIN and END | ||
// NOLINTBEGIN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こういうつもりでした...
あと、NOLINTBEGIN
の前に空白2つ入ってるのが気になる
// ↓にNOLINTBEGINを書く理由の説明がここに入る
// NOLINTBEGIN
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
ちなみに,件の switch (num) {
case 1:
this->led1 = !this->led1;
break;
case 2:
this->led2 = !this->led2;
break;
case 3:
this->led3 = !this->led3;
break;
default:
break;
} |
じゃそれでもっかいPR出してください |
ただこれをclang formatがそれを許してくれないんですが大丈夫ですかね?? |
じゃあとりあえず放置か... |
特に問題なさそうなので
pio check
に引っかからないようにしました