An open API service indexing awesome lists of open source software.

https://github.com/doarakko/reviewdog-playground


https://github.com/doarakko/reviewdog-playground

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# reviewdog-playground

## Requirements

- reviewdog

## golangci-lint

run on local

```sh
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.39.0 golangci-lint run ./... | reviewdog -f=golangci-lint -diff="git diff FETCH_HEAD"
```