pre-commit-jsonnet

module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2022 License: Apache-2.0

README

pre-commit-jsonnet

lint and tests

pre-commit hooks for jsonnet.

Usage

Configurations

Add this to your .pre-commit-config.yaml:

repos:
    - repo: https://github.com/cybozu/pre-commit-jsonnet
      rev: v0.1.0
      hooks:
          - id: jsonnet-fmt
            args: ["--test"]  # you can use arbitrary options of jsonnetfmt command
          - id: jsonnet-lint
            args: ["--jpath", "lib/"]  # you can use arbitrary options of jsonnet-lint command

Directories

Path Synopsis
hooks

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL