# Golangci Lint > import ResponsiveContainer from "components/ResponsiveContainer"; ## Pages - [Architecture](contributing-architecture.md): import ResponsiveContainer from "components/ResponsiveContainer"; - [Debugging](contributing-debug.md): You can see a verbose output of linter by using`-v`option. - [Contributing FAQ](contributing-faq.md): See [there](/contributing/new-linters#how-to-add-a-public-linter-to-golangci-lint). - [New linters](contributing-new-linters.md): Use`go/analysis`and take a look at [this tutorial](https://disaev.me/p/writing-useful-go-analysis-linter/): - [Contributing Quick Start](contributing-quick-start.md): 1. [Contributing workflow](/contributing/workflow/): about our workflow and environment setup. - [Website architecture](contributing-website.md): We use [Gatsby](https://www.gatsbyjs.org/) for static site generation because sites built with it are very fast. - [Contributing Workflow](contributing-workflow.md): By participating in this project, you agree to abide our [code of conduct](https://github.com/golangci/golangci-lint?... - [Introduction](index.md): import { FaTwitter, FaSlack } from "react-icons/fa"; - [Go Plugin System](plugins-go-plugins.md): Private linters can be added through [Go's plugin system](https://pkg.go.dev/plugin). - [Module Plugin System](plugins-module-plugins.md): An example linter can be found at [here](https://github.com/golangci/example-plugin-module-linter). - [Changelog](product-changelog.md): {.ChangeLog} - [Performance](product-performance.md): A trade-off between memory usage and execution time can be controlled by [`GOGC`](https://pkg.go.dev/runtime#hdr-Envi... - [Roadmap](product-roadmap.md): Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioriti... - [Thanks](product-thanks.md): Thanks to all [contributors](https://github.com/golangci/golangci-lint/graphs/contributors)! - [Configuration](usage-configuration.md): The config file has lower priority than command-line options. If the same bool/string/int option is provided on the c... - [False Positives](usage-false-positives.md): False positives are inevitable, but we did our best to reduce their count. - [Linters](usage-linters.md): import { FaGithub, FaGitlab, FaArrowUp, FaCog } from "react-icons/fa"; - [FAQ](welcome-faq.md): The same as the Go team (the 2 latest minor versions). - [Install](welcome-install.md): Most installations of`golangci-lint`are performed for CI. - [Integrations](welcome-integrations.md): Recommended settings for VS Code are: - [Quick Start](welcome-quick-start.md): To run golangci-lint execute: