mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-21 15:38:08 +01:00
update analyzer doc wording
This commit is contained in:
parent
c07c76b205
commit
30700a7521
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
|
||||
var Analyzer = &analysis.Analyzer{
|
||||
Name: "foreshadow",
|
||||
Doc: "Enforces context shadowing inside loops.",
|
||||
Doc: "enforce context shadowing inside loops",
|
||||
Run: run,
|
||||
Requires: []*analysis.Analyzer{inspect.Analyzer},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue