Awesome Go Code Analysis Tools

  • updated about 7 years ago MIT License

    apicompat checks recent changes to a Go project for backwards incompatible changes

  • updated almost 6 years ago MIT License

    MOVED TO GITLAB

  • updated almost 2 years ago Apache License 2.0

    Find which of your direct GitHub dependencies is susceptible to RepoJacking attacks

  • updated about 3 years ago MIT License

    checkstyle for go

  • updated about 2 years ago MIT License

    Chronos - A static race detector for the go language

  • updated over 5 years ago Other

    Standalone repo of deadcode package from http://github.com/remyoudompheng/go-misc

  • dupl dupl 327
    star
    updated over 3 years ago MIT License

    a tool for code clone detection

  • errcheck errcheck 2,270
    star
    updated 3 months ago MIT License

    errcheck checks that you checked errors.

  • gcvis gcvis 1,092
    star
    updated about 5 years ago BSD 2-Clause "Sim...

    Visualise Go program GC trace data in real time

  • updated 5 months ago MIT License

    Golang AST visualizer

  • updated 11 months ago MIT License

    Check that no globals are present in Go code.

  • updated about 3 years ago MIT License

    Check that no init functions are present in Go code.

  • updated over 2 years ago MIT License

    Clean architecture validator for go, like a The Dependency Rule and interaction between packages in your Go projects.

  • updated about 1 year ago MIT License

    GoCover.io offers the code coverage of any golang package as a service.

  • go-critic go-critic 1,758
    star
    updated 15 days ago MIT License

    The most opinionated Go source code linter for code audit.

  • updated 11 months ago GNU Affero Genera...
  • updated over 1 year ago MIT License

    Golang Ifood API SDK

  • updated 3 months ago MIT License

    A golang formatter that fixes long lines

  • updated about 5 years ago MIT License

    DEPRECATED: Use https://github.com/golangci/golangci-lint

  • updated about 1 year ago MIT License

    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.

  • updated over 5 years ago

    Find outdated golang packages

  • updated 2 months ago MIT License

    PlantUML Class Diagram Generator for golang projects

  • updated 6 months ago Other

    A gofmt/goimports-like tool for Go programmers that fills in Go return statements with zero values to match the func return types

  • gosec gosec 7,390
    star
    updated about 1 month ago Apache License 2.0

    Go security checker

  • updated 5 months ago MIT License

    A command line tool that shows the status of Go repositories.

  • updated over 5 years ago BSD 3-Clause "New...

    A linter that suggests interface types

  • lc lc 117
    star
    updated 3 months ago MIT License

    licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.

  • lint lint 3,978
    star
    updated almost 3 years ago BSD 3-Clause "New...

    [mirror] This is a linter for Go source code. (deprecated)

  • lint lint 66
    star
    updated over 5 years ago Apache License 2.0

    Run linters from Go code -

  • misspell misspell 1,324
    star
    updated 2 months ago MIT License

    Correct commonly misspelled English words in source files

  • updated about 3 years ago MIT License

    PHP parser written in Go

  • updated 3 months ago MIT License

    Finds smelly php code pieces

  • updated 6 months ago MIT License

    prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

  • updated 5 months ago MIT License

    Manage your repository's TODOs, tickets and checklists as config in your codebase.

  • updated 7 months ago MIT License

    A static code analyser for annotated TODO comments

  • updated 8 months ago BSD 3-Clause "New...

    Remove unnecessary type conversions from Go source

  • updated 3 months ago MIT License

    A linter that detect the possibility to use variables/constants from the Go standard library.

  • vacuum vacuum 422
    star
    updated 11 days ago MIT License

    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.

  • updated 9 months ago MIT License

    A Go package to automatically validate fields with tags