You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/user_guide/configuration/all-options.rst
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,13 +174,6 @@ Standard Checkers
174
174
**Default:** ``(3, 10)``
175
175
176
176
177
-
--source-roots
178
-
""""""""""""""
179
-
*Add paths to the list of the source roots. The source root is an absolute path or a path relative to the current working directory used to determine a package namespace for modules located under the source root.*
180
-
181
-
**Default:** ``()``
182
-
183
-
184
177
--recursive
185
178
"""""""""""
186
179
*Discover python modules and packages in the file system subtree.*
@@ -202,6 +195,13 @@ Standard Checkers
202
195
**Default:** ``True``
203
196
204
197
198
+
--source-roots
199
+
""""""""""""""
200
+
*Add paths to the list of the source roots. Supports globbing patterns. The source root is an absolute path or a path relative to the current working directory used to determine a package namespace for modules located under the source root.*
201
+
202
+
**Default:** ``()``
203
+
204
+
205
205
--suggestion-mode
206
206
"""""""""""""""""
207
207
*When enabled, pylint would attempt to guess common misconfiguration and emit user-friendly hints instead of false-positive error messages.*
@@ -279,6 +279,8 @@ Standard Checkers
279
279
280
280
score = true
281
281
282
+
source-roots = []
283
+
282
284
suggestion-mode = true
283
285
284
286
unsafe-load-any-extension = false
@@ -1000,7 +1002,7 @@ Standard Checkers
1000
1002
1001
1003
--preferred-modules
1002
1004
"""""""""""""""""""
1003
-
*Couples of modules and preferred modules, separated by a comma. Submodules may also be specified using '.' syntax (for ex. 'os.path').*
1005
+
*Couples of modules and preferred modules, separated by a comma.*
0 commit comments