Skip to content

Commit

Permalink
Add circleci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ashanbrown authored Jan 17, 2023
1 parent 84bab94 commit c193d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c193d6f

Please sign in to comment.