1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-19 21:08:30 +02:00

Merge pull request from HewlettPackard/issue17

Fix exclude documentation
This commit is contained in:
Grant Murphy 2016-07-26 21:54:43 -07:00 committed by GitHub
commit 0dd7ec9c3c

@ -53,7 +53,7 @@ Gas will ignore paths that match a supplied pattern via
Multiple patterns can be specified as follows:
```
$ gas -exclude tests* -exclude *_example.go ./...
$ gas -exclude=tests* -exclude=*_example.go ./...
```
#### Annotating code