From 4f51a19264fc8d0bf7b87ef7a8855feb96d264b7 Mon Sep 17 00:00:00 2001 From: piotrostr Date: Thu, 23 Jun 2022 17:49:20 +0200 Subject: [PATCH] bump go report to show A+ instead of C, lint README.md (#893) --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1d4555a8e..10517687b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# :unicorn: Fx [![GoDoc][doc-img]][doc] [![Github release][release-img]][release] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Go Report Card][report-card-img]][report-card] +# :unicorn: Fx [![GoDoc][doc-img]][doc] [![Github release][release-img]][release] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Go Report Card](https://goreportcard.com/badge/go.uber.org/fx)](https://goreportcard.com/report/go.uber.org/fx) An application framework for Go that: -* Makes dependency injection easy. -* Eliminates the need for global state and `func init()`. +- Makes dependency injection easy. +- Eliminates the need for global state and `func init()`. ## Installation @@ -24,17 +24,12 @@ version of Go is supported until there are two newer major releases. [doc-img]: http://img.shields.io/badge/GoDoc-Reference-blue.svg [doc]: https://godoc.org/go.uber.org/fx - [release-img]: https://img.shields.io/github/release/uber-go/fx.svg [release]: https://github.com/uber-go/fx/releases - [ci-img]: https://github.com/uber-go/fx/actions/workflows/go.yml/badge.svg [ci]: https://github.com/uber-go/fx/actions/workflows/go.yml - [cov-img]: https://codecov.io/gh/uber-go/fx/branch/master/graph/badge.svg [cov]: https://codecov.io/gh/uber-go/fx/branch/master - [report-card-img]: https://goreportcard.com/badge/github.com/uber-go/fx [report-card]: https://goreportcard.com/report/github.com/uber-go/fx - [release-policy]: https://golang.org/doc/devel/release.html#policy