Skip to content

delaanthonio/flycheck-checkpatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

flycheck-checkpatch

An easy way to write Linux kernel or QEMU code according to the style guidelines.

Usage

Add the following to your startup files:

  (eval-after-load 'flycheck
	'(add-hook 'flycheck-mode-hook #'flycheck-checkpatch-setup))

When enabled, flycheck highlights style issues reported by the checkpatch.pl script.

flycheck-checkpatch example

About

Flycheck support for checkpatch.pl tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 100.0%