intel/intel-cmt-cat

Pull request failed with style problems

babumoger opened this issue · 1 comments

I have been trying to send a pull request for review.
#235

Noticed that pull request reports failure with style check problems.
https://github.com/intel/intel-cmt-cat/actions/runs/3942571800/jobs/6746375090

I removed my changes and ran the scripts myself on master (without my changes). It is still failing. Has someone noticed this? Or Am I doing something wrong?

This is how I am running.
$git clone https://github.com/intel/intel-cmt-cat.git
$cd intel-cmt-cat/
$make style CLANGFORMAT=clang-format-11 CHECKPATCH=../tip/scripts/checkpatch.pl

Some