Skip to content

Kusand/android-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published