An open API service indexing awesome lists of open source software.

https://github.com/hugoh/pre-commit-fish

pre-commit hooks for Fish scripts
https://github.com/hugoh/pre-commit-fish

fish-shell linter pre-commit pre-commit-hook pre-commit-hooks

Last synced: 12 days ago
JSON representation

pre-commit hooks for Fish scripts

Awesome Lists containing this project

README

          

# pre-commit hooks for Fish scripts

[pre-commit](https://pre-commit.com/) hooks to check syntax and indentation using built-in [Fish shell](https://fishshell.com/) checkers.

## Usage

```yaml
---
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`