Skip to content

johnor/pre-commit-lizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pre-commit-lizard

This is a pre-comit hook for lizard.

For pre-commit: see https://github.com/pre-commit/pre-commit

For lizard: see https://github.com/terryyin/lizard

Using lizard with pre-commit

Add this to your .pre-commit-config.yaml:

- repo: https://github.com/johnor/pre-commit-lizard
  rev: '' # Use the tag you want to point at
  hooks:
    - id: lizard-cpp

Available Hooks

lizard-cpp

Run lizard on c++ files. Uses default settings in lizard and prints warnings.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages