Skip to content

Commit c2e8ecc

Browse files
authored
Change default output format to parsable (#17)
* Change default output format to parsable `github` format is barely usable in the logs where it only shows that errors/warnings occurred but not which file:line. * Update README.md
1 parent 05a42da commit c2e8ecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Simple as:
1919
- `file1.yaml`
2020
- `file1.yaml file2.yaml`
2121
- `kustomize/**/*.yaml mychart/*values.yaml`
22-
- `format` - Format for parsing output [parsable,standard,colored,github,auto] (default: github)
22+
- `format` - Format for parsing output [parsable,standard,colored,github,auto] (default: parsable)
2323
- `strict` - Return non-zero exit code on warnings as well as errors [true,false] (default: false)
2424

2525
**Note:** If `.yamllint` configuration file exists in your root folder, yamllint will automatically use it.

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
format:
1616
description: 'Format for parsing output [parsable,standard,colored,github,auto]'
1717
required: false
18-
default: "github"
18+
default: "parsable"
1919
strict:
2020
description: 'Return non-zero exit code on warnings as well as errors'
2121
required: false

0 commit comments

Comments
 (0)