aboutsummaryrefslogtreecommitdiff
path: root/go/tools/builders/nogo_main.go
AgeCommit message (Expand)Author
2023-06-07Implement //nolint parsing similar to golangci-lint (#3562)Patrick Scott
2023-01-15Upgrade org_golang_x_tools to 0.5.0 (#3356)Zhongpeng Lin
2022-12-03nogo: Add a _base key to be a default config for all Analyzers. (#3351)DolceTriade
2022-07-19nogo: instantiate type info for generic types when running under Go >=1.18 (#...Gregor Best
2022-06-08Use param files with go-protoc (#3190)Fabian Meumertzheim
2022-03-26Resolves #3081: add `analyzer_flags` to nogo config (#3082)Navneeth Jayendran
2021-05-14nogo: check adjusted filename for inclusion/exclusion (#2863)Timothy Gu
2021-01-19nogo: mention analyzer name in diagnostic output (#2770)Dominik Roos
2020-09-21go: use "shell" params file format instead of "multiline" (#2655)Jay Conrod
2020-08-04Copy PKGDEF and nogo facts to the same archive (#2461)Zhongpeng Lin
2020-05-08nogo: fix nil pointer dereference for nilness checker (#2484)Jay Conrod
2020-02-20Use paramfile for invoking nogo (#2375)Robbert van Ginkel
2019-12-02nogo: defer wg.Done() (#2300)Dudko Alexey
2019-10-05Update dependencies (#2238)Jay Conrod
2019-06-28go_library: add importpath_aliases attribute (#2068)Jay Conrod
2019-04-19Make nogo work on Windows (path handling) (#2033)Jannis Andrija Schnitzer
2019-03-03Update dependencies (#1974)Jay Conrod
2019-02-10nogo: collect more type information (#1946)Jay Conrod
2019-02-10nogo: make fact files optional for dependencies (#1941)Jay Conrod
2019-02-03nogo: register fact types before encoding / decoding (#1934)Jay Conrod
2019-01-11nogo: translate 'vet = True' into appropriate deps (#1897)Jay Conrod
2018-11-06nogo: support go/analysis fact serialization (#1810)Jay Conrod
2018-10-22nogo: write vet.cfg to random temporary configuration file (#1778)Jay Conrod
2018-10-12nogo: rename apply_to and whitelist config fields (#1763)Samuel Tan
2018-10-11nogo is a tool that analyzes the source code of Go programs. (#1759)Jay Conrod