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:
		| @@ -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" | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -1,3 +1,5 @@ | ||||
| # This file contains the default revive configuration. | ||||
|  | ||||
| ignoreGeneratedHeader = false | ||||
| severity = "warning" | ||||
| confidence = 0.8 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user