*: path/to/everything (#9589)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user