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
From time to time Ray cleans the code by using clang-tidy. It would be nice to document that process to allow other developers to check their code contributions and avoid style problems from the beginning.
The current tidy process does not cover some significant code style issues. Most noticeable: it does not change from ( xxx ) (about 480 lines of code) to (xxx) (which is the preferred Google style, more than 50000 lines of code).
The text was updated successfully, but these errors were encountered:
From time to time Ray cleans the code by using
clang-tidy
. It would be nice to document that process to allow other developers to check their code contributions and avoid style problems from the beginning.The current tidy process does not cover some significant code style issues. Most noticeable: it does not change from
( xxx )
(about 480 lines of code) to(xxx)
(which is the preferred Google style, more than 50000 lines of code).The text was updated successfully, but these errors were encountered: