https://github.com/devdrops/go-staticcheck
A Docker image with staticcheck.io
https://github.com/devdrops/go-staticcheck
golang staticchek
Last synced: 2 months ago
JSON representation
A Docker image with staticcheck.io
- Host: GitHub
- URL: https://github.com/devdrops/go-staticcheck
- Owner: devdrops
- License: gpl-3.0
- Created: 2022-08-03T00:29:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T20:59:06.000Z (over 2 years ago)
- Last Synced: 2025-03-30T18:13:55.579Z (9 months ago)
- Topics: golang, staticchek
- Language: Makefile
- Homepage: https://hub.docker.com/r/devdrops/staticcheck
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-staticcheck
Docker image with [staticcheck](https://staticcheck.io).
## Requirements
Make sure you have [Docker](https://docker.com) installed and working properly
:wink:
## How to Use
Run the command below:
```bash
docker run -ti --rm devdrops/staticcheck:latest staticcheck
```