diff --git a/.codebeatsettings b/.codebeatsettings new file mode 100644 index 0000000..5af6554 --- /dev/null +++ b/.codebeatsettings @@ -0,0 +1,7 @@ +{ + "GOLANG": { + "TOO_MANY_IVARS": [12, 16, 20, 24], + "TOO_MANY_FUNCTIONS": [50, 70, 90, 120], + "TOTAL_LOC": [500, 750, 1000, 2000] + } +} diff --git a/readme.md b/readme.md index 2fe393f..4596138 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,17 @@ -
Usage demo • Installation • Prebuilt binaries • Feature list • Usage • Build Status • Contributing • Terms of Use • License
- -Command-line client for SSLLabs public API.
+## `sslcli` [![Build Status](https://travis-ci.org/essentialkaos/sslcli.svg?branch=master)](https://travis-ci.org/essentialkaos/sslcli) [![Go Report Card](https://goreportcard.com/badge/github.com/essentialkaos/sslcli)](https://goreportcard.com/report/github.com/essentialkaos/sslcli) [![codebeat badge](https://codebeat.co/badges/edc52bb1-c807-470b-8466-b86cc0cfcdbe)](https://codebeat.co/projects/github-com-essentialkaos-sslcli-master) [![License](https://gh.kaos.io/apache2.svg)](LICENSE) + +`sslcli` is command-line client for SSLLabs public API. + +* [Usage demo](#usage-demo) +* [Installation](#installation) + * [From source](#from-source) + * [Prebuilt binaries](#prebuilt-binaries) +* [Feature list](#feature-list) +* [Usage](#usage) +* [Build Status](#build-status) +* [Contributing](#contributing) +* [Terms of Use](#terms-of-use) +* [License](#license) ### Usage demo