Add maligned struct static check (#5296)

* Add maligned static check
* Add file, oops
* lint
This commit is contained in:
Preston Van Loon
2020-04-02 22:09:15 -07:00
committed by GitHub
parent 477b014bd1
commit 7bdd1355b8
12 changed files with 359 additions and 58 deletions

View File

@@ -104,6 +104,7 @@ nogo(
"@org_golang_x_tools//go/analysis/passes/assign:go_tool_library",
"@org_golang_x_tools//go/analysis/passes/inspect:go_tool_library",
"@org_golang_x_tools//go/analysis/passes/asmdecl:go_tool_library",
"//tools/analyzers/maligned:go_tool_library",
],
)