Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ There are a number of rules that can be validated with AutoRest. The current set

## Running linter
Run
`autorest -CodeGenerator None -Input <path-to-spec>`
`autorest --CodeGenerator=None --Input-file=<path-to-spec>`
if you'd like the output to be in Json format please use the following flag:
`-JsonValidationMessages true`
`--JsonValidationMessages=true`