riboseinc / retrace

retrace is a versatile security vulnerability / bug discovery tool through monitoring and modifying the behavior of compiled binaries on Linux, OpenBSD/FreeBSD/NetBSD (shared object) and macOS (dynamic library).
Other
60 stars 19 forks source link

checkpatch now available on the Ribose yum repo #175

Open ronaldtse opened 7 years ago

ronaldtse commented 7 years ago

I know our Travis CI builds use Ubuntu, but I've just made the checkpatch.pl script available on the Ribose yum repo.

rpm --import https://github.com/riboseinc/yum/raw/master/ribose-packages.pub
curl -L https://github.com/riboseinc/yum/raw/master/ribose.repo > /etc/yum.repos.d/ribose.repo
yum install -y checkpatch
catap commented 7 years ago

Is it companility with https://github.com/torvalds/linux/blob/master/scripts/checkpatch.pl ?

ronaldtse commented 6 years ago

@catap sorry for the late reply, yes, it's identical.

We've just added a git-checkpatch script here https://github.com/riboseinc/checkpatch that can allow you to run the retrace CI checks locally.

And the Homebrew formula is available like this:

brew tap riboseinc/checkpatch
brew install --HEAD checkpatch