Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/content/docs/configuration/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Configuration
weight: 2
aliases:
- /usage/configuration/
---

The config file has lower priority than command-line options.
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/contributing/architecture.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Architecture
weight: 3
aliases:
- /contributing/architecture/
---

There are the following golangci-lint execution steps:
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/contributing/debug.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Debugging
weight: 5
aliases:
- /contributing/debug/
---

You can see a verbose output of linter by using `-v` option.
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/contributing/faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: FAQ
weight: 6
aliases:
- /contributing/faq/
---

## How to add a new open-source linter to `golangci-lint`
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/contributing/new-linters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: New linters
weight: 4
aliases:
- /contributing/new-linters/
---

## How to write a linter
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/contributing/website.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: This Website
weight: 7
aliases:
- /contributing/website/
---

## Technology
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/contributing/workflow.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Workflow
weight: 2
aliases:
- /contributing/workflow/
---

By participating in this project, you agree to abide our [code of conduct](https://github.com/golangci/golangci-lint?tab=coc-ov-file).
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/formatters/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Formatters
weight: 4
excludeSearch: true
aliases:
- /usage/formatters/
---

To see a list of supported formatters and which formatters are enabled/disabled:
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/linters/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Linters
weight: 3
excludeSearch: true
aliases:
- /usage/linters/
---

To see a list of supported linters and which linters are enabled/disabled:
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/linters/false-positives.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: False Positives
weight: 3
aliases:
- /usage/false-positives/
---

False positives are inevitable, but we did our best to reduce their count.
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/plugins/go-plugins.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Go Plugin System
weight: 2
aliases:
- /plugins/go-plugins/
---

{{< callout type="warning" >}}
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/plugins/module-plugins.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Module Plugin System
weight: 1
aliases:
- /plugins/module-plugins/
---

> [!TIP]
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/product/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Changelog
weight: 2
excludeSearch: true
aliases:
- /product/changelog/
---

Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Bluesky](https://bsky.app/profile/golangci-lint.run).
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/product/migration-guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Migration guide
weight: 3
aliases:
- /product/migration-guide/
---

## Command `migrate`
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/product/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Roadmap
weight: 4
aliases:
- /product/roadmap/
---

## 💡 Feature Requests
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/product/thanks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Thanks
weight: 1
aliases:
- /product/thanks/
---

## ❤️
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/welcome/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: FAQ
toc: false
weight: 5
aliases:
- /welcome/faq/
---

## Which Go versions are supported?
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/welcome/install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Install"
weight: 1
aliases:
- /welcome/install/
---

## CI installation
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/welcome/integrations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Integrations
weight: 3
aliases:
- /welcome/integrations/
---

## Editor Integration
Expand Down
2 changes: 2 additions & 0 deletions docs/content/docs/welcome/quick-start.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Quick Start
weight: 2
aliases:
- /welcome/quick-start/
---

## Linting
Expand Down
Loading