Skip to content

nemuTUI/checkpatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

Releases

No releases published

Packages

No packages published

Languages