1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-17 20:57:54 +02:00

Merge pull request #19 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

View File

@ -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