diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-07-05 11:42:38 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-06 08:23:03 +0200 |
| commit | 3e0ce485a16298c2b5ffd75f482e3845ac21c66c (patch) | |
| tree | c8877f362d6c5cb6f2ce2fff974825f2b3ce79c1 /pkg/vcs/testdata/linux | |
| parent | ed2ced4c694aef828d8dfbaa9d8a459ac2c72043 (diff) | |
tools/syz-linter: check variable declarations
Warn about:
var x int = foo
In most cases this can be expressed shorter as:
var x int
x := foo
x := int(foo)
Update #1876
Diffstat (limited to 'pkg/vcs/testdata/linux')
0 files changed, 0 insertions, 0 deletions
