This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Commit 23b2e86
committed
hack,internal: fix staticcheck
The most recent version of staticcheck drops the "--ignore" flag in
favor of inline ignore directives, so we need to use those or fix on
the older version.
Good news is two of our ignore directives are now no longer needed.
Updates dominikh/go-tools#514.
Updates dominikh/go-tools#515.
Fixes #2178.1 parent 9fa5e4a commit 23b2e86
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments