Skip to content

shell script for running pylint across a directory, useful as a git hook

Notifications You must be signed in to change notification settings

fearful-symmetry/gistlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

gistlint.sh

This is a fairly simple shell script that runs pylint across files called out in git status

It can be used as git hook, as it will return non-zero if the pylint score for a file has gone down.

Usage

#run across all files in pwd
$gistlint.sh all
#run across files called out by git status. Will ignore Deleated and untracked files.
$gistlist git 

About

shell script for running pylint across a directory, useful as a git hook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published