Skip to content

pecigonzalo/pre-commit-shfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

No packages published

Contributors 4

  •  
  •  
  •  
  •