SaaSHub helps you find the best software and product alternatives Learn more →
Top 9 Go Linting Projects
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Project mention: Ensuring Effective Helm Charts with Linting, Testing, and Diff Checks 🚀 | dev.to | 2024-10-01
Helm Chart-Testing 🛠️
-
vacuum
vacuum is the worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and quality analysis tool. Built in go, it tears through API specs faster than you can think. vacuum is compatible with Spectral rulesets and generates compatible reports.
We also love open source tools that help achieve the fast feedback loops in API like Vacuum, RateMyOpenAPI or Mockbin to name a few.
-
A note on one of the change: "New package EditorConfig. This package provides support for the EditorConfig standard..."
Honestly the only reason to use this, and don't get me wrong, it's a huge reason, is to ensure windows users don't add CRLFs in their commits, and mess up diffs. Set `end_of_line = lf` and you're done.
`charset = utf-8` and `trim_trailing_whitespace = true` are also nice, but not as disruptive as `end_of_line`.
The other (indentation related) functionality should honestly be handled by language specific linters instead, as they can be syntax aware and allow for better control. I always disable those in practice.
This is the CLI tool to use during CI: https://github.com/editorconfig-checker/editorconfig-checker
-
-
githooks
🦎 Githooks: per-repo and shared Git hooks with version control and auto update. [✩Star] if you're using it!
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Go Linting discussion
Go Linting related posts
-
Vale: A markup-aware linter for prose
-
Three shell scripts to improve your writing
-
Kong Gateway - Validando configurações específicas para exposição de serviços
-
Kong Gateway - Validando configurações específicas para exposição de serviços
-
Show HN: Extensible OpenAPI linter written in go
-
Software Technical Writing: A Guidebook [pdf]
-
Chart Testing (ct tool) fail to list changed chart
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 May 2025
Index
What are some of the best open-source Linting projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | vale | 4,791 |
2 | chart-testing | 1,504 |
3 | vacuum | 765 |
4 | editorconfig-checker | 515 |
5 | woke | 485 |
6 | githooks | 110 |
7 | alphavet | 33 |
8 | nonamedreturns | 28 |
9 | docked | 4 |