Skip to content

trallnag/pre-commit-shfmt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pre-commit-shfmt hook

pre-commit hook which runs shfmt on shell script files.

Example .pre-commit-config.yaml:

- repo: https://github.com/pecigonzalo/pre-commit-shfmt
  sha: master
  hooks:
    - id: shell-fmt
      args:
        - -i
        - "2"

Enjoy the clean code!

Variations

This pre-commit provides 3 variations of the shfmt hook.

  • id: shell-fmt: Uses the system provided shfmt binary.
  • id: shell-fmt-docker: Uses a docker image shfmt container.
  • id: shell-fmt-go: USes a Go install shfmt package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors