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
❓: It looks like the style specified in .clang-format doesn't match the actual code style.
-> Please check and revert e7b130f70fcc0e4d25943a3469b13f26b85426df, if code style should not be applied.
Fixes
Code: Fixed __CPP_REDIS_LOG calls with log level as int instead of type.
Code: operator<< can now be used within __CPP_REDIS_LOG
Docu: Fixed binary paths for subscriber and client @ CONTRIBUTING.md
Improvements
Make sure the correct clang-format style file is used @ clang_format.sh
Status
clang-format(see Contributing - 5. Code your changes)clang_format.sh.clang-formatdoesn't match the actual code style.-> Please check and revert e7b130f70fcc0e4d25943a3469b13f26b85426df, if code style should not be applied.
Fixes
Code: Fixed__CPP_REDIS_LOGcalls with log level as int instead of type.Code:operator<<can now be used within__CPP_REDIS_LOGDocu: Fixed binary paths for subscriber and client @ CONTRIBUTING.mdImprovements
clang_format.sh