Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/articola-tools/go-linter
Preconfigured linter for Go files, used in Articola Tools organization's repositories
https://github.com/articola-tools/go-linter
articola articola-tools docker go go-linter golang golang-linter
Last synced: 9 days ago
JSON representation
Preconfigured linter for Go files, used in Articola Tools organization's repositories
- Host: GitHub
- URL: https://github.com/articola-tools/go-linter
- Owner: Articola-Tools
- License: apache-2.0
- Created: 2024-10-23T13:17:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T14:45:35.000Z (16 days ago)
- Last Synced: 2024-12-07T15:25:50.518Z (16 days ago)
- Topics: articola, articola-tools, docker, go, go-linter, golang, golang-linter
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Articola Tools' Go linter
[![image size](https://ghcr-badge.egpl.dev/articola-tools/go-linter/size?color=dodgerblue)](https://ghcr-badge.egpl.dev/articola-tools/go-linter/size?color=dodgerblue)
This repo contains Dockerfile with preconfigured [Go linter](https://github.com/golangci/golangci-lint).
This linter is used in Articola Tools organization's repositories to lint Go
code.## Usage
Use `ghcr.io/articola-tools/go-linter` Docker image with `-v ./:/linter_workdir`
parameter, where `./` - is a path to a folder with files you want to lint.Example command to use this linter -
`docker run --rm -v ./:/linter_workdir ghcr.io/articola-tools/go-linter`