1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

chore: improve comments for config files (#1424)

This commit is contained in:
Oleksandr Redko
2025-07-12 20:44:39 +03:00
committed by GitHub
parent a15fdfd322
commit c971cb750b
4 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# This configuration for golangci-lint.
# This is the configuration for golangci-lint.
# See https://golangci-lint.run/usage/configuration/ for details.
version: "2"

View File

@@ -1,4 +1,5 @@
# A configuration file for markdownlint-cli2.
# This is the configuration for markdownlint-cli2.
# See https://github.com/DavidAnson/markdownlint-cli2#configuration for details.
# Fix any fixable errors
fix: false

View File

@@ -1,3 +1,5 @@
# This file contains the default revive configuration.
ignoreGeneratedHeader = false
severity = "warning"
confidence = 0.8

View File

@@ -1,4 +1,4 @@
# This configuration for the revive linter used for linting the revive's codebase itself.
# This is the configuration for the revive linter used for linting the revive's codebase itself.
# See .github/workflows/lint.yaml.
ignoreGeneratedHeader = false