Pinned Repositories
awesome-go-linters
A curated list of awesome Go linters. More than 60 linters and tools!
example-plugin-linter
Example linter that can be used as a plugin for https://github.com/golangci/golangci-lint
example-plugin-module-linter
Example linter that can be used as a plugin for https://github.com/golangci/golangci-lint
go-printf-func-name
Linter checks that printf-like functions are named with `f` at the end.
golangci
golangci-api
API of GolangCI
golangci-lint
Fast linters runner for Go
golangci-lint-action
Official GitHub Action for golangci-lint from its authors
golangci-web
Web for GolangCI
misspell
Correct commonly misspelled English words in source files
GolangCI's Repositories
golangci/govet
golangci/gocyclo
Calculate cyclomatic complexities of functions in Go source code.
golangci/ineffassign
Detect ineffectual assignments in Go code.
golangci/go-tools
A collection of tools and libraries for working with Go code, including linters and static analysis
golangci/interfacer
A linter that suggests interface types
golangci/lint-1
[mirror] This is a linter for Go source code.
golangci/maligned
Tool to detect Go structs that would take less memory if their fields were sorted.
golangci/tools
[mirror] Go Tools
golangci/Aeryn
Server to invite new contributors to a GitHub organization team.
golangci/awesome-selfhosted
This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
golangci/bodyclose
Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.
golangci/cert-manage
WIP - cross-platform certificate management tool
golangci/free-for-dev
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
golangci/funlen
golangci/getrepoinfo-renamed
Repository info fetcher
golangci/godownloader
Download Go binaries as fast and easily as possible.
golangci/golangci-shared
golangci/golib
golangci/gosec
Go AST Scanner
golangci/heroku-buildpack-git-deploy-keys
Heroku buildpack to let you use git deploy keys with your private repositories
golangci/heroku-buildpack-run
Run custom commands during the build of a Heroku app
golangci/lint
Common interfaces for Go code checkers
golangci/test-repo-vendoring-golangci-lint
Test vendoring of golangci-lint
golangci/test1
golangci/test2
golangci/test3
golangci/test4
golangci/unparam
Report unused function parameters
golangci/vscode-go
An extension for VS Code which provides support for the Go language.