Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

android-hooks

A potentially useful pre-commit hook for Android developers using git.

pre-commit.lintcheck

The lintcheck pre-commit hook runs lint --exitcode . before allowing a commit to occur. If lint returns a non-zero exit code, it will fail the commit. Users can customize their hook using git config values for hooks.lintTargetDirectory to change the directory to check and hooks.lintArgs to add lint arguments they prefer to use, such as -Werror.

About

Potentially useful android hooks.

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors