golangci-lint.run Open in urlscan Pro
172.67.166.205  Public Scan

Submitted URL: http://golangci-lint.run/
Effective URL: https://golangci-lint.run/
Submission: On April 04 via manual from GB — Scanned from GB

Form analysis 0 forms found in the DOM

Text Content

Created with Sketch.
 * Introduction
 * Usage
    * Install
    * Quick Start
    * Integrations
    * Linters
    * Configuration
    * False Positives
    * Performance
    * FAQ

 * Product
    * Roadmap
    * Thanks
    * Trusted By
    * GitHub

 * Contributing
    * Quick Start
    * Workflow
    * Architecture
    * New Linters
    * Debug
    * FAQ
    * This Website

© 2023


GOLANGCI-LINT


INTRODUCTION


TABLE OF CONTENTS

 * Features
 * Demo
 * License Scan
 * Contributors
 * Stargazers over time

golangci-lint is a Go linters aggregator.

Join our slack channel by joining Gophers workspace and then joining channel
#golangci-lint.

Follow the news and releases on our twitter @golangci.


FEATURES

 * ⚡ Very fast: runs linters in parallel, reuses Go build cache and caches
   analysis results.
 * ⚙️ Yaml-based configuration.
 * 🖥 integrations with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, Atom,
   GitHub Actions.
 * 🥇 A lot of linters included, no need to install them.
 * 📈 Minimum number of false positives because of tuned default settings.
 * 🔥nice output with colors, source code lines and marked identifiers.

Get started now!


DEMO



Short 1.5 min video demo of analyzing beego.

Get started now!


LICENSE SCAN




CONTRIBUTORS

This project exists thanks to all the people who contribute. How to contribute.




STARGAZERS OVER TIME



Edit this page on GitHub

Next


INSTALL