Skip to content

Commit

Permalink
Added example for checking only syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Lehtinen committed Oct 27, 2021
1 parent 9e2ea06 commit b922916
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ Download a binary from the [Releases page on Github](https://github.com/fabpot/l
}
```
## Test suites
If you want to run the coding style or static analysis checks only, you can run the following commands:
If you want to run the coding syntax, style or static analysis checks only, you can run the following commands:
```
vendor/bin/grumphp run --testsuite=syntax
vendor/bin/grumphp run --testsuite=style
vendor/bin/grumphp run --testsuite=static
```

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 comments on commit b922916

Please sign in to comment.