From c193d6f52523a88845e880ae7ae5504554bc9e78 Mon Sep 17 00:00:00 2001 From: Andrew Shannon Brown <1858046+ashanbrown@users.noreply.github.com> Date: Mon, 16 Jan 2023 20:28:30 -0800 Subject: [PATCH] Add circleci badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4bbf58..e3b74db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # forbidigo +[![CircleCI](https://dl.circleci.com/status-badge/img/gh/ashanbrown/forbidigo/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/ashanbrown/forbidigo/tree/master) + `forbidigo` is a Go static analysis tool to forbidigo use of particular identifiers. `forbidigo` is recommended to be run as part of [golangci-lint](https://github.com/golangci/golangci-lint) where it can be controlled using file-based configuration and `//nolint` directives, but it can also be run as a standalone tool.