awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
go-critic avatar

go-critic/go-critic

0
View on GitHub↗
2,054 stars·132 forks·Go·MIT·14 viewsgo-critic.com↗

Go Critic

The most opinionated Go source code linter for code audit.

Features

  • Code Analysis and Linting - Provides extensive source code linting checks.
  • Code Analysis and Quality - Source code linter with many checks.
  • Code Analysis Tools - Provides advanced source code linting and checks.
  • Static Analysis Tools - Go linter for checks not covered by other tools.

Star history

Star history chart for go-critic/go-criticStar history chart for go-critic/go-critic

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Go Critic

These projects share indexed features with Go Critic. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pycqa/flake8PyCQA avatar

    PyCQA/flake8

    3,760View on GitHub↗

    Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding standards in source files. It serves as a linting wrapper that aggregates multiple checkers into a single interface, functioning as a pluggable framework for Python code analysis. The tool incorporates a cyclomatic complexity analyzer to measure the logical complexity of functions and identify code that requires refactoring. It is designed for extensibility, allowing the integration of custom plugins and rules through defined entry points. The system provides capabilities fo

    Pythoncomplexity-analysisflake8linter
    View on GitHub↗3,760
  • kisielk/errcheckkisielk avatar

    kisielk/errcheck

    2,519View on GitHub↗

    errcheck checks that you checked errors.

    Go
    View on GitHub↗2,519
  • dominikh/go-toolsdominikh avatar

    dominikh/go-tools

    6,818View on GitHub↗

    go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset designed to analyze source code to detect bugs and dead code, alongside specialized tools for optimizing how structs are arranged in memory. The project includes a memory alignment visualizer to display physical memory layouts and padding, as well as a struct layout optimizer that reorders fields to minimize memory padding. Additionally, it provides a boilerplate generator to automate the creation of registration and test files required for developing custom Go analyzers. The to

    Go
    View on GitHub↗6,818
  • golang/lintgolang avatar

    golang/lint

    3,969View on GitHub↗

    This is a static analysis linter and code quality tool for Go. It analyzes source code to identify common coding errors, style mistakes, and inconsistencies with language conventions. The tool is designed for integration with text editors and integrated development environments, exporting linting results in formats that support quickfix menus. Its capabilities include Go static analysis and source code quality assurance across files and packages. The system utilizes a static analysis pipeline and rule-based pattern matching to identify structural patterns that violate predefined coding stand

    Go
    View on GitHub↗3,969
Compare all 30 related projects→

Frequently asked questions

What does go-critic/go-critic do?

The most opinionated Go source code linter for code audit.

What are the main features of go-critic/go-critic?

The main features of go-critic/go-critic are: Code Analysis and Linting, Code Analysis and Quality, Code Analysis Tools, Static Analysis Tools.

Which projects share features with go-critic/go-critic?

Projects with overlapping indexed features include: pycqa/flake8 — Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding… golang/lint — This is a static analysis linter and code quality tool for Go. It analyzes source code to identify common coding… kisielk/errcheck — errcheck checks that you checked errors. dominikh/go-tools — go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset… borkdude/clj-kondo — Static analyzer and linter for Clojure code that sparks joy. 360entsecgroup-skylar/goreporter — A Golang tool that does static analysis, unit testing, code review and generate code quality report.