Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradleyfalzon/gopherci
GopherCI was a project to help you maintain high-quality Go projects, by checking each GitHub Pull Request, for backward incompatible changes, and a suite of other third party static analysis tools.
https://github.com/bradleyfalzon/gopherci
continuous-integration go linter static-analysis
Last synced: 19 days ago
JSON representation
GopherCI was a project to help you maintain high-quality Go projects, by checking each GitHub Pull Request, for backward incompatible changes, and a suite of other third party static analysis tools.
- Host: GitHub
- URL: https://github.com/bradleyfalzon/gopherci
- Owner: bradleyfalzon
- License: bsd-2-clause
- Created: 2016-10-10T10:55:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T01:25:19.000Z (about 6 years ago)
- Last Synced: 2024-06-20T16:48:03.675Z (6 months ago)
- Topics: continuous-integration, go, linter, static-analysis
- Language: Go
- Homepage: https://gopherci.io
- Size: 473 KB
- Stars: 102
- Watchers: 8
- Forks: 13
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GopherCI
[![Build
Status](https://travis-ci.org/bradleyfalzon/gopherci.svg?branch=master)](https://travis-ci.org/bradleyfalzon/gopherci) [![Coverage
Status](https://coveralls.io/repos/github/bradleyfalzon/gopherci/badge.svg?branch=master)](https://coveralls.io/github/bradleyfalzon/gopherci?branch=master)# License
BSD 2-clause see [LICENSE](LICENSE).
# Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).