Commit Graph

  • 97fcafd38c Update format of junit xml output to mark failures as such (#632) Glen Mailer 2019-09-10 09:21:08 +01:00
  • bad04bb737
    dev: regenerate README.md after #630 Denis Isaev 2019-09-10 11:17:18 +03:00
  • f312a0fc4e fix #416: Add skip-dirs-use-default (#630) Sean DuBois 2019-09-10 01:14:25 -07:00
  • c87c37210f
    dev: update install.sh (#672) Isaev Denis 2019-09-10 11:09:39 +03:00
  • 95d5b2c071
    dev: fix golang.org/x/tools revision date Denis Isaev 2019-09-10 11:02:54 +03:00
  • e691e606b1
    dev: fix updated golangci/tools revision Denis Isaev 2019-09-10 10:59:34 +03:00
  • 5d50b907dd
    dev: update replaced version of x/tools Denis Isaev 2019-09-10 10:34:01 +03:00
  • 338e3fbf24 Fix install script on Windows (#626) Juan Carlos 2019-09-10 02:05:15 -05:00
  • 6163a8a790
    Support go1.13 (#670) Isaev Denis 2019-09-09 21:54:56 +03:00
  • a8f2c27d1d Add user supplied error messages in depguard issues (#662) Cody Ley-Han 2019-09-09 10:46:55 -07:00
  • a02e3f573b Updates README with additional nolint notes (#644) Matthew Poer 2019-09-09 13:43:21 -04:00
  • f84095a973 Build FreeBSD binaries (#613) Alex Dupre 2019-09-09 17:56:18 +02:00
  • 6864b2f764
    dev: enable funlen on repo (#668) Isaev Denis 2019-09-09 18:07:09 +03:00
  • 0b49095bae Make generation of demo.svg deterministic (#625) Duco van Amstel 2019-09-09 15:37:06 +01:00
  • cdeefb5f79 fix invalid dependencies (#605) Pierre Durand 2019-09-09 16:22:40 +02:00
  • eabe43a53b Provide pre-built binary for ARM arch (#607) techknowlogick 2019-09-09 10:17:59 -04:00
  • bb82273160 Add funlen linter (#603) NiseVoid 2019-09-09 15:56:30 +02:00
  • 375a5a8cae
    Speed up linting: use deduplicated packages (#667) Isaev Denis 2019-09-09 16:48:15 +03:00
  • e1a7422dd5 Update gochecknoglobals to support version exception (#601) Liam White 2019-09-09 14:42:51 +01:00
  • 136b27171a
    update bodyclose: use upstream version (#666) Isaev Denis 2019-09-09 16:35:16 +03:00
  • e87a1cfb83 Fix a false-positive from 'unused' (#585) Luke Shumaker 2019-09-09 09:10:49 -04:00
  • 9ae08e9389
    dev: add link to https://github.com/golang/tools/pull/139 to go.mod replacement Denis Isaev 2019-09-09 15:33:31 +03:00
  • 13c3082639
    dev: speed up Travis CI: don't build pull requests twice Denis Isaev 2019-09-09 15:06:08 +03:00
  • e39e8fb5d5 update x/tools Denis Isaev 2019-06-09 14:15:58 +03:00
  • d2b1eea2c6
    bodyclose: fix race condition Denis Isaev 2019-07-14 17:53:07 +03:00
  • 7e170af626 fix: body close panic. Fernandez Ludovic 2019-07-13 17:02:32 +02:00
  • e17582581d fix possible race in line cache Andrey Kuchin 2019-07-01 14:20:36 +03:00
  • c5b0f95dac fix cuncurrent [read/]write panic Andrey Kuchin 2019-06-29 16:41:15 +03:00
  • 360a58dca9 dev: misspell: always build replacement Denis Isaev 2019-06-30 00:02:32 +03:00
  • f8a5a8cb01 Update depguard version to 1.0.0 (Performance improvements) Hernan Bandura 2019-06-26 17:42:12 -03:00
  • 22d1ef65c8 Update pkg/errors to v0.8.1. Trevor Pounds 2019-06-09 19:37:38 -04:00
  • 3d954ea19d docs: s/v1.17.0/v1.17.1 Denis Isaev 2019-06-11 15:39:50 +03:00
  • 4ba2155996 fix #529: exit with code 7 when error was logged v1.17.1 Denis Isaev 2019-06-10 10:45:36 +03:00
  • 7274db714c fix #479: update go-critic to fix deps Denis Isaev 2019-06-10 11:05:14 +03:00
  • c92a7a30ae docs: s/1.16/1.17 Denis Isaev 2019-06-10 09:50:37 +03:00
  • d7ea266760 Fix minor grammatical error. Fixes #556. Trevor Pounds 2019-06-09 19:26:02 -04:00
  • b0281e853e update ineffassign Denis Isaev 2019-06-10 00:32:36 +03:00
  • 15858c2fb0
    docs: update changelog Denis Isaev 2019-06-10 00:22:58 +03:00
  • 3d78f64b60 fix #522: run misspell in text mode v1.17.0 Denis Isaev 2019-06-09 17:30:45 +03:00
  • 7db400b2d2 fix #521: explain //nolint usage in README Denis Isaev 2019-06-09 16:12:37 +03:00
  • ad9de15a58
    dev: fix go1.11 builds Denis Isaev 2019-06-09 16:24:04 +03:00
  • 6508d1623a fix #513: don't add gofmt "with -s" if not needed Denis Isaev 2019-06-09 15:06:18 +03:00
  • 5c86bfc905 junit-xml output Sonia Hamilton 2019-05-20 10:02:20 +10:00
  • 7f91ce8067
    fix conflict in go.mod after merging #555 Denis Isaev 2019-06-09 13:22:03 +03:00
  • 88318cb0e2
    Merge pull request #555 from LukeShu/lukeshu/reproduce Isaev Denis 2019-06-09 13:19:28 +03:00
  • 66d4a16c6a
    Merge branch 'master' into lukeshu/reproduce Isaev Denis 2019-06-09 13:18:41 +03:00
  • 88af7095c1 Typo GOCC to GOGC Harsimran Kaur 2019-05-27 16:49:15 +02:00
  • 9d8eb16395
    fix after #533: fix comment and goimports Denis Isaev 2019-06-09 13:08:46 +03:00
  • 78079be927 Re-generate README.md due to description change Gianguido Sorà 2019-05-11 00:29:34 +02:00
  • 72e137e344 Added "bodyclose" support Gianguido Sorà 2019-05-11 00:21:15 +02:00
  • 778888a6f5 Make install script work on Windows. Alexey Palazhchenko 2019-04-30 08:23:50 +03:00
  • e925b8f1ea update golangci version references in the documentation Tariq Ibrahim 2019-04-29 14:21:30 -07:00
  • 2508856219 Makefile: Be clear about exactly which files are generated, and how Luke Shumaker 2019-05-19 21:00:40 -04:00
  • d7a38bbdf2 go.mod: Roll back to golang/mock 1.0.0 Luke Shumaker 2019-05-19 18:55:06 -04:00
  • 9ce337296b Makefile: Set GO111MODULE=on for consistency, adjust tests accordingly Luke Shumaker 2019-06-04 21:55:20 -04:00
  • b51d53e11e make check_generated: Also check vendor/, not just README.md Luke Shumaker 2019-06-05 00:40:04 -04:00
  • 692dacb773 Update go-critic Denis Isaev 2019-04-25 09:27:35 +03:00
  • 39f46be460 Fix staticcheck panic on packages that do not compile Denis Isaev 2019-04-21 10:33:39 +03:00
  • 09677d574e Enable auto-fixing when running via pre-commit Aneesh Agrawal 2019-04-19 14:47:52 -07:00
  • ec5bf9b67b Fix linting of goyacc files Denis Isaev 2019-04-20 22:16:33 +03:00
  • ed0b551070 Fix linting of preprocessed files Denis Isaev 2019-04-20 21:14:28 +03:00
  • eed661be57
    docs: update golangci-lint version in README example Denis Isaev 2019-04-20 13:23:17 +03:00
  • 127f89f072 update golang.org/x/tools Linus Arver 2019-04-19 19:43:46 -07:00
  • a871320784 Regenerate README.md Vladimir Evgrafov 2019-04-17 12:54:57 +03:00
  • 2f5f082da1 Fix max-issues-per-linter Vladimir Evgrafov 2019-04-17 12:43:05 +03:00
  • cc84f896b6 Correct import path of module sourcegraph/go-diff Aofei Sheng 2019-04-08 12:56:43 +08:00
  • de1d1ad903 make use of LoadAllSyntax compatible with the latest x/tools version John.Koepi 2019-04-01 14:59:47 +02:00
  • 97ea1cbb21
    docs: march updates v1.16.0 Denis Isaev 2019-03-31 22:37:05 +03:00
  • 396a04630d dev: improve memory tracking Denis Isaev 2019-03-31 22:09:22 +03:00
  • 9ce2182d05
    docs: update vim-go info Denis Isaev 2019-03-31 19:47:32 +03:00
  • 2c69ef2eb0 Update megacheck (staticcheck) to 2019.1.1 Denis Isaev 2019-03-18 09:03:56 +03:00
  • 8319caf63f Makefile: Add target build Hui Zhu 2019-03-23 20:51:38 +08:00
  • cad10b2a35 Update go version to 1.12 in Dockerfile jumpeiMano 2019-03-19 14:52:09 +09:00
  • f516771a92 Fix #415: sort linters list in help commands Denis Isaev 2019-03-18 08:37:16 +03:00
  • fd825488bf
    dev: add test for govet custom formatter Denis Isaev 2019-03-18 00:31:30 +03:00
  • 85dec0c61b
    docs: march updates Denis Isaev 2019-03-17 23:17:49 +03:00
  • 8c1237b667 Use the newest go vet Denis Isaev 2019-03-17 22:47:29 +03:00
  • 7289a90245 modify goanalysis Denis Isaev 2019-03-17 22:46:18 +03:00
  • 926e99aed0 copy go/analysis internal/checker into the project as is Denis Isaev 2019-03-17 18:36:05 +03:00
  • d278457390 add LICENSE for x/tools Denis Isaev 2019-03-17 18:35:25 +03:00
  • 099f2ae41a Include log level option Rodrigo Brito 2019-03-13 11:04:43 -03:00
  • 22c0580cc7
    docs: update march changes Denis Isaev 2019-03-17 15:32:55 +03:00
  • 0fdd91dc3d Update golang.org/x/tools package to fix false IllTyped error Vitaly Isaev 2019-03-15 01:35:41 +03:00
  • f13d8387d3 fix help generation; update README Ben Paxton 2019-03-13 17:24:36 +00:00
  • c41b1e2034 Add --color flag to force colored output on/off Ben Paxton 2019-03-13 17:03:24 +00:00
  • cfff8fd30a
    docs: march updates Denis Isaev 2019-03-17 15:22:43 +03:00
  • 3d2dfac47e Support excluding issues by source line regexp Denis Isaev 2019-03-17 14:52:04 +03:00
  • 7514bf8239 Fix AST cache key consistency. Trevor Pounds 2019-03-04 17:21:43 -05:00
  • a5c44d2076 go1.11 compatibility fixed Denis Isaev 2019-03-05 21:44:52 +03:00
  • be0679ee71 build on go 1.12 and fix go 1.11 compatibility Denis Isaev 2019-03-05 21:34:27 +03:00
  • 466006b463 go1.12: migrate from perl GOROOT/test/errcheck Denis Isaev 2019-03-05 21:20:43 +03:00
  • c55a62a8de Add Go1.12 to TravisCI Evgeniy Kulikov 2019-02-26 22:04:42 +03:00
  • 407c3f0465 go1.12: add nolint for gochecknoinits in mod_version.go Denis Isaev 2019-03-04 09:48:45 +03:00
  • d3bc69dc5b docs: update changelog Denis Isaev 2019-02-18 11:35:25 +03:00
  • 901cf25e20 dev: add gosec test case v1.15.0 Denis Isaev 2019-02-18 11:05:28 +03:00
  • 96af958205 fix #383: eval symlinks in AST cache Denis Isaev 2019-02-18 00:21:49 +03:00
  • 307c287356 Fix #388: include staticcheck check name into a message Denis Isaev 2019-02-17 23:48:08 +03:00
  • ebadb7a679 Fix #384: support ignore-words option for misspell Denis Isaev 2019-02-17 23:26:44 +03:00
  • 193a751f80 dev: improve test for auto-fixing of misspell Denis Isaev 2019-02-17 23:32:55 +03:00
  • 25a630d206 docker: install golangci-lint into /usr/bin Denis Isaev 2019-02-17 20:37:35 +03:00