blizzy78 / varnamelen

Go analyzer checking that the length of a variable's name matches its usage scope
MIT License
20 stars 2 forks source link

Bump golang.org/x/tools from 0.1.6 to 0.1.7 #3

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps golang.org/x/tools from 0.1.6 to 0.1.7.

Commits
  • 0df0ca0 internal/typeparams: hide go1.18 API usage behind a build constraint
  • 7898fe6 internal/lsp/analysis: move implementmissing logic into undeclared
  • da36f79 go/internal/gcimporter: skip typeparam import tests on unified builders
  • 64bbad1 internal/lsp/debug: improve readability of session options
  • b182fde go/analysis/passes/tests: check example output
  • ba6b94c internal/lsp: add fields to anonymous struct info
  • 939195f go/ssa: skip the "constraints" package in TestStdlib
  • e1e06b8 go/internal/gcimporter: temporarily skip the contraints package on the
  • 6d1e33f internal/lsp: handle panic in hoverRune by using token.Pos
  • c8db761 internal/lsp/cache: keep going on failed analyzers
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)