We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bac409 commit 3d349cfCopy full SHA for 3d349cf
docs/src/docs/product/migration-guide.mdx
@@ -2007,6 +2007,10 @@ severity:
2007
2008
The `version` property has been added to the configuration file.
2009
2010
+```yaml
2011
+version: "2"
2012
+```
2013
+
2014
### Integration
2015
2016
#### VSCode
docs/src/docs/usage/configuration.mdx
@@ -42,6 +42,14 @@ The configuration file can be validated with the JSON Schema: https://golangci-l
42
43
{ .ConfigurationExample }
44
45
+### Configuration Version
46
47
48
+# Defines the configuration version.
49
+# The only possible value is "2".
50
51
52
53
## Command-Line Options
54
55
### run
0 commit comments