Skip to content

Test review dog#12

Open
yadong-intel wants to merge 4 commits intobumpv1.2from
test_rd
Open

Test review dog#12
yadong-intel wants to merge 4 commits intobumpv1.2from
test_rd

Conversation

@yadong-intel
Copy link
Owner

Signed-off-by: Yadong Qi yadong.qi@intel.com

@yadong-intel yadong-intel requested a review from YadongQi as a code owner January 6, 2023 02:54
std::lock_guard<std::mutex> lock(mutex_);
size_t pos = bs_._Find_next(kCiVCidStart - 1);
if (pos == bs_.size())
if (pos == bs_.size())
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]

@yadong-intel yadong-intel force-pushed the test_rd branch 2 times, most recently from 3252764 to 10544d1 Compare January 6, 2023 03:20
if (pos == bs_.size())
return 0;
bs_.reset(pos);
bs_.reset (pos);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[cpplint] reported by reviewdog 🐶
Extra space before ( in function call [whitespace/parens] [4]

@yadong-intel yadong-intel force-pushed the bumpv1.2 branch 3 times, most recently from e52e16c to bce17d0 Compare January 6, 2023 05:52
Fix issues identidied by cpplint.

Tracked-On: OAM-105393
Signed-off-by: Yadong Qi <yadong.qi@intel.com>
Add github action: reviewdog-cpplint

Tracked-On: OAM-105393
Signed-off-by: Yadong Qi <yadong.qi@intel.com>
Bump version to 1.2.0

Tracked-On: OAM-105393
Signed-off-by: Yadong Qi <yadong.qi@intel.com>
Signed-off-by: Yadong Qi <yadong.qi@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants