Skip to content

Commit edc79e5

Browse files
[doc] Upgrade the doc following the addition of clear-cache-post-run (#7958)
1 parent e7d7a1d commit edc79e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/user_guide/configuration/all-options.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ Standard Checkers
2020
**Default:** ``False``
2121

2222

23+
--clear-cache-post-run
24+
""""""""""""""""""""""
25+
*Clear in-memory caches upon conclusion of linting. Useful if running pylint in a server-like mode.*
26+
27+
**Default:** ``False``
28+
29+
2330
--confidence
2431
""""""""""""
2532
*Only show warnings with the listed confidence levels. Leave empty to show all. Valid levels: HIGH, CONTROL_FLOW, INFERENCE, INFERENCE_FAILURE, UNDEFINED.*
@@ -215,6 +222,8 @@ Standard Checkers
215222
[tool.pylint.main]
216223
analyse-fallback-blocks = false
217224
225+
clear-cache-post-run = false
226+
218227
confidence = ["HIGH", "CONTROL_FLOW", "INFERENCE", "INFERENCE_FAILURE", "UNDEFINED"]
219228
220229
disable = ["consider-using-augmented-assign"]

0 commit comments

Comments
 (0)