Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.*: replace linters with golangci-lint #1227

Merged
merged 27 commits into from
Jul 4, 2019
Merged

Commits on Jun 5, 2019

  1. .*: replace linters with golangci-lint

    Replace all of our current linters with a meta linter which includes all
    of the linters that we've used before and more.
    GiedriusS committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    49bc5cf View commit details
    Browse the repository at this point in the history
  2. Makefile: fix binary name

    GiedriusS committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    94fe33a View commit details
    Browse the repository at this point in the history
  3. Makefile: fix path

    GiedriusS committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    897faf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Add .golangci.yml

    Giedrius Statkevičius committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    838bbf1 View commit details
    Browse the repository at this point in the history
  2. Makefile: convert format to gometalint

    Giedrius Statkevičius committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    a8844cf View commit details
    Browse the repository at this point in the history
  3. .*: fix ineffectual assignment errors

    Giedrius Statkevičius committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    c5d9cdf View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. .*: nuke lots of linter errors

    Giedrius Statkevičius committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    0e296b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. Configuration menu
    Copy the full SHA
    e33c4b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. .*: fix more linter errors

    Giedrius Statkevičius committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    96e6e13 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. .golangci: ignore InstrumentHandler{,Func} deprecation warnings

    Giedrius Statkevičius committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    e49d0b0 View commit details
    Browse the repository at this point in the history
  2. .golangci: fix indentation problems

    Giedrius Statkevičius committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    c228ea1 View commit details
    Browse the repository at this point in the history
  3. pkg/tracking: run goimports

    Giedrius Statkevičius committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    dbe2a47 View commit details
    Browse the repository at this point in the history
  4. .*: more goimports

    Giedrius Statkevičius committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    9bc0900 View commit details
    Browse the repository at this point in the history
  5. .*: more goimports

    Giedrius Statkevičius committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    6950cf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. pkg/pool: fix test

    Giedrius Statkevičius committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    06e3147 View commit details
    Browse the repository at this point in the history
  2. store/prometheus: cleanup sync.Pool usage

    Giedrius Statkevičius committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    4ee8313 View commit details
    Browse the repository at this point in the history
  3. store/bucket: use ptrs consistently

    Giedrius Statkevičius committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    ab2f1bd View commit details
    Browse the repository at this point in the history
  4. store/bucket: return ownership to caller

    Giedrius Statkevičius committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    6c65e7b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Merge remote-tracking branch 'origin/master' into mci

    Giedrius Statkevičius committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    c4f709b View commit details
    Browse the repository at this point in the history
  2. .*: fix rest of errors

    Giedrius Statkevičius committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    77451d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    699deee View commit details
    Browse the repository at this point in the history
  4. thanos/rule: refactor if

    GiedriusS committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    704b97e View commit details
    Browse the repository at this point in the history
  5. compact: use defer

    GiedriusS committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    2026ee7 View commit details
    Browse the repository at this point in the history
  6. pool: null the slice

    GiedriusS committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    c3d27f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d435b9 View commit details
    Browse the repository at this point in the history
  8. store: goimports

    GiedriusS committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    8682d6f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    756d8b2 View commit details
    Browse the repository at this point in the history