https://github.com/m3db/build-tools
Various build tools
https://github.com/m3db/build-tools
Last synced: about 1 year ago
JSON representation
Various build tools
- Host: GitHub
- URL: https://github.com/m3db/build-tools
- Owner: m3db
- License: apache-2.0
- Created: 2017-10-28T04:27:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T00:06:09.000Z (over 7 years ago)
- Last Synced: 2025-04-05T01:32:20.588Z (about 1 year ago)
- Language: Go
- Size: 6.14 MB
- Stars: 12
- Watchers: 9
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# build-tools [![Build Status][ci-img]][ci] [](https://codecov.io/gh/m3db/build-tools)
Various build tools used as part of the M3DB project
[ci-img]: https://semaphoreci.com/api/v1/m3db/build-tools/branches/master/shields_badge.svg
[ci]: https://semaphoreci.com/m3db/build-tools
## Contents
1. [badtime](https://github.com/m3db/build-tools/blob/master/linters/badtime/README.md) - gometalinter plugin that detects inappropriate usage of the time.Time struct.
2. [genclean](https://github.com/m3db/build-tools/blob/master/utilities/genclean/README.md) - CLI tool to make `mockgen` runs idempotent.
3. [importorder](https://github.com/m3db/build-tools/blob/master/linters/importorder/README.md) - gometalinter plugin that detects accuracy of import ordering based on user specified patterns.
4. [ggd](https://github.com/m3db/build-tools/blob/master/utilities/ggd/README.md) - CLI tool to find which go packages are affected by git changes. Useful to speedup CI builds.
This project is released under the [Apache License, Version 2.0](LICENSE).