Fix errors from linter
Insun35 opened this issue · 0 comments
Insun35 commented
Current behavior?
There are many cases where linter errors are ignored(//NOLINT
).
This is a case where cpplint was added to CI, but was left unattended because the author's intention was not understood.
See #74
Expected Behavior?
Unintentional mistakes among parts marked as //NOLINT
must be corrected.