*: path/to/everything (#9589)

This commit is contained in:
pixel
2022-12-04 10:12:49 +01:00
committed by GitHub
parent ab7a36fbe6
commit 0d99563193
61 changed files with 147 additions and 147 deletions

View File

@@ -5,19 +5,19 @@
- Check the style of a file:
`vale {{file}}`
`vale {{path/to/file}}`
- Check the style of a file with a specified configuration:
`vale --config='{{path/to/.vale.ini}}' {{file}}`
`vale --config='{{path/to/.vale.ini}}' {{path/to/file}}`
- Output the results in JSON format:
`vale --output=JSON {{file}}`
`vale --output=JSON {{path/to/file}}`
- Check style issues at the specific severity and higher:
`vale --minAlertLeve={{suggestion|warning|error}} {{file}}`
`vale --minAlertLeve={{suggestion|warning|error}} {{path/to/file}}`
- Check the style from `stdin`, specifying markup format: