You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small and focused functions are preferred: AttachEngine3D::_calculateAttachedPlacement() has 644 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]