intel / intel-cmt-cat

User space software for Intel(R) Resource Director Technology
http://www.intel.com/content/www/us/en/architecture-and-technology/resource-director-technology.html
Other
685 stars 180 forks source link

Pull request failed with style problems #236

Closed babumoger closed 1 year ago

babumoger commented 1 year ago

I have been trying to send a pull request for review. https://github.com/intel/intel-cmt-cat/pull/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

babumoger commented 1 year ago

Some