Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 424 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 424 Bytes

pre-commit hooks for Fish scripts

pre-commit hooks to check syntax and indentation using built-in Fish shell checkers.

Usage

---
repos:
  - repo: https://github.com/hugoh/pre-commit-fish.git
    rev: v1.2
    hooks:
      - id: fish_syntax
      - id: fish_indent

Tests supported

Syntax

Id: fish_syntax

Indentation

Id: fish_indent