golangci-lint/vendor/github.com/golangci/go-tools/ssa
Denis Isaev 7705f82591 Update megacheck to the latest version
Also do following improvements:
  - show proper sublinter name for megacheck sublinters
  - refactor and make more simple and robust megacheck
  merging/optimizing
  - improve handling of unknown linter names in //nolint directives
  - minimize diff of our megacheck version from the upstream,
  https://github.com/golang/go/issues/29612 blocks usage of the upstream
  version
  - support the new `stylecheck` linter
  - improve tests coverage for megacheck and nolint related cases
  - update and use upstream versions of unparam and interfacer instead of forked
  ones
  - don't use golangci/tools repo anymore
  - fix newly found issues after updating linters

Also should be noted that megacheck works much faster and consumes less
memory in the newest release, therefore golangci-lint works noticeably
faster and consumes less memory for large repos.

Relates: #314
2019-01-08 21:16:15 +03:00
..
ssautil Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
blockopt.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
builder.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
const.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
create.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
doc.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
dom.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
emit.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
func.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
identical.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
identical_17.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
LICENSE Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
lift.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
lvalue.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
methods.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
mode.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
print.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
sanity.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
source.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
ssa.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
testmain.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
util.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
wrappers.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
write.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00