mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Merge pull request #19 from HewlettPackard/issue17
Fix exclude documentation
This commit is contained in:
commit
0dd7ec9c3c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Gas will ignore paths that match a supplied pattern via
|
||||||
Multiple patterns can be specified as follows:
|
Multiple patterns can be specified as follows:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ gas -exclude tests* -exclude *_example.go ./...
|
$ gas -exclude=tests* -exclude=*_example.go ./...
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Annotating code
|
#### Annotating code
|
||||||
|
|
Loading…
Reference in a new issue