Skip to content
/ shun Public

Tool to print Shellcheck statistics from a Git repository

License

Notifications You must be signed in to change notification settings

Ventto/shun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shun

"Shun is tool to print Shellcheck statistics from a Git repository"

Who won ? Who's next ? You decide !!!

Install

$ sudo make install
$ sudo make uninstall
$ shun -h

Usage

  • Prints statistics per shellcheck code for the current month, that belongs to John Smith (<path>: must be a file or a directory that comes from a git repository.):
$ shun -m -a 'John Smith' -s <path>
  • Prints shellcheck-warning line number for the current week, written by John Smith :
$ shun -b <path> -w -a 'John Smith'
  • Prints shellcheck-warning lines statistics for the current year:
$ shun -b <path> -y

Releases

No releases published

Packages

No packages published