mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
docs: fix grammar issues in comments (#2352)
This commit is contained in:
parent
ecbb9c475f
commit
99c6516c6b
18 changed files with 30 additions and 30 deletions
|
@ -123,7 +123,7 @@ func (r *Runner) runLinterSafe(ctx context.Context, lintCtx *linter.Context,
|
|||
// which affects to the next analysis.
|
||||
// To avoid this issue, we clear type information from the packages.
|
||||
// See https://github.com/golangci/golangci-lint/pull/944.
|
||||
// Currently DoesChangeTypes is true only for `unused`.
|
||||
// Currently, DoesChangeTypes is true only for `unused`.
|
||||
lintCtx.ClearTypesInPackages()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue