Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyab committed Apr 19, 2024
1 parent 507523f commit b4b6276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ go vet -vettool="$(which gost)" ./...
| openFileFlag | report suspicious combination of flags in `os.OpenFile()` | https://github.com/anchore/go-logger/pull/13 | |
| preferFilepath | report misuse of `"path"` package where `"path/filepath"` should be suitable | https://github.com/anchore/grype/pull/1767 | |
| sliceInitialLength | reports confusion between slice length and capacity | https://github.com/beego/beego/pull/5631 | https://github.com/dominikh/go-tools/issues/112 |
| [urlString](./docs/rules/urlString.md) | urlString reports unsafe construction of URL-like string. | | |
| [urlString](./docs/rules/urlString.md) | urlString reports unsafe construction of URL-like string. | | https://github.com/dominikh/go-tools/issues/730 |
| wrapError | report senseless error wrapping | | |

0 comments on commit b4b6276

Please sign in to comment.