This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 23 Feb, 2022 1 commit
  2. 20 Dec, 2021 1 commit
  3. 31 Aug, 2021 1 commit
  4. 03 Apr, 2021 2 commits
  5. 14 Dec, 2020 1 commit
  6. 09 Dec, 2020 1 commit
  7. 08 Dec, 2020 1 commit
  8. 06 Dec, 2019 1 commit
    • Danielle Lancashire's avatar
      chore: Switch from gometalinter to golangci-lint · 8bb27f7e
      Danielle Lancashire authored
      gometalinter has been deprecated, with golangci-lint as its spiritual
      and recommended successor. Here we switch to using it with an equivalent
      configuration, albeit with newer versions of some linters.
      
      To maintain compatibility with existing settings, we have a couple of
      things disabled here, specifically:
      
      - tests
              We have a lot of unused code in our tests that choke deadcode.
              We should attempt to clean these up soon so that we can lint our
              testcode.
      - govet.check-shadowing = false
              This breaks on redefining `err` which we do all over the nomad
              codebase.
      8bb27f7e