Skip to content

Commit c971cb7

Browse files
authored
chore: improve comments for config files (#1424)
1 parent a15fdfd commit c971cb7

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

‎.golangci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This configuration for golangci-lint.
1+
# This is the configuration for golangci-lint.
22
# See https://golangci-lint.run/usage/configuration/ for details.
33

44
version: "2"

‎.markdownlint-cli2.yaml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# A configuration file for markdownlint-cli2.
1+
# This is the configuration for markdownlint-cli2.
2+
# See https://github.com/DavidAnson/markdownlint-cli2#configuration for details.
23

34
# Fix any fixable errors
45
fix: false

‎defaults.toml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file contains the default revive configuration.
2+
13
ignoreGeneratedHeader = false
24
severity = "warning"
35
confidence = 0.8

‎revive.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This configuration for the revive linter used for linting the revive's codebase itself.
1+
# This is the configuration for the revive linter used for linting the revive's codebase itself.
22
# See .github/workflows/lint.yaml.
33

44
ignoreGeneratedHeader = false

0 commit comments

Comments
 (0)