Update Linter.md

This commit is contained in:
Max Desiatov 2019-05-03 10:01:00 +01:00 committed by GitHub
parent 4b607e1072
commit c3e7f5237e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Tokamak Linter
Tokamak Linter is module to check your Tokamak projects for known warning
Tokamak Linter is a module to check your Tokamak projects for known warnings
and show them in Xcode or in terminal.
## How to run
@ -19,7 +19,7 @@ or
### Run in terminal
- run `swift build --product TokamakCLI` in Tokamak directory
- run `{path to Tokamak}/.build/debug/TokamakCLI "{path to lint folder}"`
- run `swift run TokamakCLI "{path to lint folder}"` in Tokamak directory
## Supported Rules