WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

nemuTUI/checkpatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Checkpatch for nEMU

This repository contains the checkpatch.pl script, which is used for checking patches submitted for the nEMU project.

The checkpatch.pl script was forked from the checkpatch.pl script used for checking patches submitted for the Linux kernel.

Quick start

To check git commit or file on the current branch, run the following command in your local nEMU Git directory:

$ git clone [email protected]:nemuTUI/checkpatch.git
$ checkpatch/checkpatch.pl --color=always --show-types --git commit_hash
$ checkpatch/checkpatch.pl --color=always --show-types -f path_to_file

About

Checkpatch for nEMU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages