Selected Tags

Click on a tag to remove it

More Tags

Click on a tag to add it and filter down

Code Analysis packages

Showing projects tagged as Code Analysis

  • golangci-lint

    9.7 9.7 Go
    Fast linters Runner for Go
  • goimports

    9.6 9.9 Go
    [mirror] Go Tools
  • GoLint

    9.2 0.6 Go
    DISCONTINUED. [mirror] This is a linter for Go source code. (deprecated)
  • Go Metalinter

    9.0 0.0 Go
    DISCONTINUED. Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form.
  • revive

    8.9 8.4 Go
    🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
  • errcheck

    8.2 6.3 Go
    errcheck checks that you checked errors.
  • GoPlantUML

    7.9 3.9 Go
    PlantUML Class Diagram Generator for golang projects
  • gcvis

    7.5 0.0 Go
    DISCONTINUED. Visualise Go program GC trace data in real time
  • PHP-Parser

    7.3 0.0 Go
    PHP parser written in Go
  • go-cleanarch

    7.0 1.8 Go
    Clean architecture validator for go, like a The Dependency Rule and interaction between packages in your Go projects.
  • goast-viewer

    7.0 0.0 JavaScript
    Golang AST visualizer
  • interfacer

    7.0 0.0 Go
    DISCONTINUED. A linter that suggests interface types.
  • golines

    7.0 4.3 Go
    A golang formatter that fixes long lines
  • goreturns

    6.6 0.0 Go
    A gofmt/goimports-like tool for Go programmers that fills in Go return statements with zero values to match the func return types
  • go-mod-outdated

    6.6 2.2 Go
    Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists all dependencies of a Go project and their available minor and patch updates. It also provides a way to filter indirect dependencies and dependencies without updates.
  • todocheck

    6.2 4.6 Go
    A static code analyser for annotated TODO comments
  • unconvert

    6.0 3.9 Go
    Remove unnecessary type conversions from Go source
  • Chronos

    6.0 3.9 Go
    Chronos - A static race detector for the go language
  • dupl

    5.8 0.0 Go
    a tool for code clone detection
  • tickgit

    5.7 0.0 Go
    Manage your repository's TODOs, tickets and checklists as config in your codebase.
  • GoCover.io

    5.4 0.0 Go
    GoCover.io offers the code coverage of any golang package as a service.
  • gostatus

    5.3 0.0 Go
    A command line tool that shows the status of Go repositories.
  • apicompat

    4.9 0.0 Go
    apicompat checks recent changes to a Go project for backwards incompatible changes
  • go-checkstyle

    4.7 0.0 Go
    checkstyle for go
  • validate

    3.7 2.5 Go
    A Go package to automatically validate fields with tags
  • ChainJacking

    3.6 0.0 Python
    Find which of your direct GitHub dependencies is susceptible to RepoJacking attacks
  • lint

    3.5 0.0 Go
    Run linters from Go code -
  • asty

    3.1 1.4 Go
    Converts golang AST to JSON and JSON to AST
  • GolangCI

    3.1 0.0
    DISCONTINUED. Central issue tracker for the GolangCI project
  • testifylint

    3.1 8.9 Go
    The Golang linter that checks usage of github.com/stretchr/testify.