File: README

package info (click to toggle)
golang-github-kisom-goutils 0.0~git20161101.0.858c9cb-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 331
  • sloc: makefile: 6
file content (15 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
yamll: yaml linter

Run this over YAML files to determine if they are well-formed or not.

Usage: yamll [-hq] files...

        For each file, yamll will make sure it is a well-formatted YAML
        file.  Unless the -q option is passed, yamll will print the names
        of each file and whether it was well-formed. With the -q option,
        only malformed files are printed.

	If the only command line argument is "-", yamll will read from
	standard input. It is assumed the entirety of standard input is
	a single file.