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
All of a project's header files should be listed as descendants of the project's source directory without use of UNIX directory shortcuts . (the current directory) or .. (the parent directory). For example, google-awesome-project/src/base/logging.h should be included as:
#include "base/logging.h"
GSG/cpplint is quite a beast. So many rules it's like learning a new language and more than a few don't seem that compelling nor do they fit all use cases.
include_directories
settingsdelphyne/...
(see conversation in [infra] protobuf -> src/protobuf #407)?The text was updated successfully, but these errors were encountered: