mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
parent
debb1f5b08
commit
1cff72694b
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:
|
||||
|
||||
```
|
||||
$ gas -exclude tests* -exclude *_example.go ./...
|
||||
$ gas -exclude=tests* -exclude=*_example.go ./...
|
||||
```
|
||||
|
||||
#### Annotating code
|
||||
|
|
Loading…
Reference in a new issue