mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-22 07:58:05 +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{
|
var Analyzer = &analysis.Analyzer{
|
||||||
Name: "foreshadow",
|
Name: "foreshadow",
|
||||||
Doc: "Enforces context shadowing inside loops.",
|
Doc: "enforce context shadowing inside loops",
|
||||||
Run: run,
|
Run: run,
|
||||||
Requires: []*analysis.Analyzer{inspect.Analyzer},
|
Requires: []*analysis.Analyzer{inspect.Analyzer},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue