lint
Code analyzer
Tool to run multiple linters on Go code to detect errors and warnings
Run linters from Go code -
67 stars
5 watching
9 forks
Language: Go
last commit: about 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
sashamelentyev/usestdlibvars | Detects potential misuse of standard library variables in Go code | 43 |
arangogutierrez/golinty-action | Automates Go code lint checks on PR events to maintain code quality | 10 |
jerome1337/golint-action | An action that runs a code linting tool on Go files in a specified directory. | 6 |
go-critic/go-critic | A comprehensive and opinionated Go source code linter that provides checks for bugs, performance, and style issues. | 1,854 |
mooyoul/tslint-actions | A GitHub action that integrates TSLint with annotation support for JavaScript projects. | 34 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |
ros-tooling/action-ros-lint | Automates linting of ROS 2 packages to quickly identify coding issues | 19 |
msoap/go-carpet | Analyzes test coverage of Go source files and displays the results in the terminal. | 246 |
wearerequired/lint-action | Automates linting and auto-fixes errors in JavaScript code | 575 |
s2mr/l10nlint | A tool for linting and quality checking of localized string files in iOS projects. | 42 |
nvuillam/npm-groovy-lint | A command-line tool that checks and formats Groovy code to enforce coding standards | 208 |
dalance/svlint | A systemVerilog linter tool written in Rust. | 314 |
labstack/gommon | A collection of reusable building blocks for Go programming | 542 |
mibk/dupl | Tools for detecting code clones in Go source files using suffix trees. | 346 |
mozilla/addons-linter | A tool that checks JavaScript code for errors and warnings in web extensions. | 318 |