File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1854,6 +1854,11 @@ linters-settings:
1854
1854
# Default: true
1855
1855
strict-append : true
1856
1856
1857
+ contextcheck :
1858
+ # If you use contextcheck in docker ci, and feel a little bit slow, you can turn on this option.
1859
+ # Default: false
1860
+ disable-fact : true
1861
+
1857
1862
# The custom section can be used to define linter plugins to be loaded at runtime.
1858
1863
# See README documentation for more info.
1859
1864
custom :
@@ -1974,6 +1979,7 @@ linters:
1974
1979
- whitespace
1975
1980
- wrapcheck
1976
1981
- wsl
1982
+ - contextcheck
1977
1983
1978
1984
# Enable all available linters.
1979
1985
# Default: false
@@ -2078,6 +2084,7 @@ linters:
2078
2084
- whitespace
2079
2085
- wrapcheck
2080
2086
- wsl
2087
+ - contextcheck
2081
2088
2082
2089
# Enable presets.
2083
2090
# https://golangci-lint.run/usage/linters
You can’t perform that action at this time.
0 commit comments