File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1847,6 +1847,11 @@ linters-settings:
1847
1847
# Default: true
1848
1848
strict-append : true
1849
1849
1850
+ contextcheck :
1851
+ # If you use contextcheck in docker ci, and feel a little bit slow, you can turn on this option.
1852
+ # Default: false
1853
+ disable-fact : true
1854
+
1850
1855
# The custom section can be used to define linter plugins to be loaded at runtime.
1851
1856
# See README documentation for more info.
1852
1857
custom :
@@ -1965,6 +1970,7 @@ linters:
1965
1970
- whitespace
1966
1971
- wrapcheck
1967
1972
- wsl
1973
+ - contextcheck
1968
1974
1969
1975
# Enable all available linters.
1970
1976
# Default: false
@@ -2067,6 +2073,7 @@ linters:
2067
2073
- whitespace
2068
2074
- wrapcheck
2069
2075
- wsl
2076
+ - contextcheck
2070
2077
2071
2078
# Enable presets.
2072
2079
# https://golangci-lint.run/usage/linters
You can’t perform that action at this time.
0 commit comments