File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
44version : " 2"
Original file line number Diff line number Diff line change 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
45fix : false
Original file line number Diff line number Diff line change 1+ # This file contains the default revive configuration.
2+
13ignoreGeneratedHeader = false
24severity = " warning"
35confidence = 0.8
Original file line number Diff line number Diff line change 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
44ignoreGeneratedHeader = false
You can’t perform that action at this time.
0 commit comments