@@ -41,6 +41,7 @@ Broad Try Clause checker
41
41
42
42
This checker is provided by ``pylint.extensions.broad_try_clause ``.
43
43
Verbatim name of the checker is ``broad_try_clause ``.
44
+ :ref: `See documentation on possible options <broad_try_clause_configuration >`.
44
45
45
46
Broad Try Clause checker Messages
46
47
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -55,6 +56,7 @@ Code Style checker
55
56
56
57
This checker is provided by ``pylint.extensions.code_style ``.
57
58
Verbatim name of the checker is ``code_style ``.
59
+ :ref: `See documentation on possible options <code_style_configuration >`.
58
60
59
61
Code Style checker Documentation
60
62
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -84,6 +86,7 @@ Compare-To-Empty-String checker
84
86
85
87
This checker is provided by ``pylint.extensions.emptystring ``.
86
88
Verbatim name of the checker is ``compare-to-empty-string ``.
89
+ :ref: `See documentation on possible options <compare-to-empty-string_configuration >`.
87
90
88
91
Compare-To-Empty-String checker Messages
89
92
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -98,6 +101,7 @@ Compare-To-Zero checker
98
101
99
102
This checker is provided by ``pylint.extensions.comparetozero ``.
100
103
Verbatim name of the checker is ``compare-to-zero ``.
104
+ :ref: `See documentation on possible options <compare-to-zero_configuration >`.
101
105
102
106
Compare-To-Zero checker Messages
103
107
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -112,6 +116,7 @@ Comparison-Placement checker
112
116
113
117
This checker is provided by ``pylint.extensions.comparison_placement ``.
114
118
Verbatim name of the checker is ``comparison-placement ``.
119
+ :ref: `See documentation on possible options <comparison-placement_configuration >`.
115
120
116
121
Comparison-Placement checker Messages
117
122
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -128,6 +133,7 @@ Confusing Elif checker
128
133
129
134
This checker is provided by ``pylint.extensions.confusing_elif ``.
130
135
Verbatim name of the checker is ``confusing_elif ``.
136
+ :ref: `See documentation on possible options <confusing_elif_configuration >`.
131
137
132
138
Confusing Elif checker Messages
133
139
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -145,6 +151,7 @@ Consider-Using-Any-Or-All checker
145
151
146
152
This checker is provided by ``pylint.extensions.for_any_all ``.
147
153
Verbatim name of the checker is ``consider-using-any-or-all ``.
154
+ :ref: `See documentation on possible options <consider-using-any-or-all_configuration >`.
148
155
149
156
Consider-Using-Any-Or-All checker Messages
150
157
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -160,6 +167,7 @@ Consider Ternary Expression checker
160
167
161
168
This checker is provided by ``pylint.extensions.consider_ternary_expression ``.
162
169
Verbatim name of the checker is ``consider_ternary_expression ``.
170
+ :ref: `See documentation on possible options <consider_ternary_expression_configuration >`.
163
171
164
172
Consider Ternary Expression checker Messages
165
173
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -175,6 +183,7 @@ Deprecated Builtins checker
175
183
176
184
This checker is provided by ``pylint.extensions.bad_builtin ``.
177
185
Verbatim name of the checker is ``deprecated_builtins ``.
186
+ :ref: `See documentation on possible options <deprecated_builtins_configuration >`.
178
187
179
188
Deprecated Builtins checker Documentation
180
189
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -203,6 +212,7 @@ Design checker
203
212
204
213
This checker is provided by ``pylint.extensions.mccabe ``.
205
214
Verbatim name of the checker is ``design ``.
215
+ :ref: `See documentation on possible options <design_configuration >`.
206
216
207
217
Design checker Documentation
208
218
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -258,6 +268,7 @@ Docstyle checker
258
268
259
269
This checker is provided by ``pylint.extensions.docstyle ``.
260
270
Verbatim name of the checker is ``docstyle ``.
271
+ :ref: `See documentation on possible options <docstyle_configuration >`.
261
272
262
273
Docstyle checker Messages
263
274
^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -274,6 +285,7 @@ Else If Used checker
274
285
275
286
This checker is provided by ``pylint.extensions.check_elif ``.
276
287
Verbatim name of the checker is ``else_if_used ``.
288
+ :ref: `See documentation on possible options <else_if_used_configuration >`.
277
289
278
290
Else If Used checker Messages
279
291
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -289,6 +301,7 @@ Eq-Without-Hash checker
289
301
290
302
This checker is provided by ``pylint.extensions.eq_without_hash ``.
291
303
Verbatim name of the checker is ``eq-without-hash ``.
304
+ :ref: `See documentation on possible options <eq-without-hash_configuration >`.
292
305
293
306
Eq-Without-Hash checker Messages
294
307
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -304,6 +317,7 @@ Import-Private-Name checker
304
317
305
318
This checker is provided by ``pylint.extensions.private_import ``.
306
319
Verbatim name of the checker is ``import-private-name ``.
320
+ :ref: `See documentation on possible options <import-private-name_configuration >`.
307
321
308
322
Import-Private-Name checker Messages
309
323
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -320,6 +334,7 @@ Multiple Types checker
320
334
321
335
This checker is provided by ``pylint.extensions.redefined_variable_type ``.
322
336
Verbatim name of the checker is ``multiple_types ``.
337
+ :ref: `See documentation on possible options <multiple_types_configuration >`.
323
338
324
339
Multiple Types checker Messages
325
340
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -334,6 +349,7 @@ No Self Use checker
334
349
335
350
This checker is provided by ``pylint.extensions.no_self_use ``.
336
351
Verbatim name of the checker is ``no_self_use ``.
352
+ :ref: `See documentation on possible options <no_self_use_configuration >`.
337
353
338
354
No Self Use checker Messages
339
355
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -349,6 +365,7 @@ Overlap-Except checker
349
365
350
366
This checker is provided by ``pylint.extensions.overlapping_exceptions ``.
351
367
Verbatim name of the checker is ``overlap-except ``.
368
+ :ref: `See documentation on possible options <overlap-except_configuration >`.
352
369
353
370
Overlap-Except checker Messages
354
371
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -363,6 +380,7 @@ Parameter Documentation checker
363
380
364
381
This checker is provided by ``pylint.extensions.docparams ``.
365
382
Verbatim name of the checker is ``parameter_documentation ``.
383
+ :ref: `See documentation on possible options <parameter_documentation_configuration >`.
366
384
367
385
Parameter Documentation checker Documentation
368
386
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -563,6 +581,7 @@ Redefined-Loop-Name checker
563
581
564
582
This checker is provided by ``pylint.extensions.redefined_loop_name ``.
565
583
Verbatim name of the checker is ``redefined-loop-name ``.
584
+ :ref: `See documentation on possible options <redefined-loop-name_configuration >`.
566
585
567
586
Redefined-Loop-Name checker Messages
568
587
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -577,6 +596,7 @@ Refactoring checker
577
596
578
597
This checker is provided by ``pylint.extensions.empty_comment ``.
579
598
Verbatim name of the checker is ``refactoring ``.
599
+ :ref: `See documentation on possible options <refactoring_configuration >`.
580
600
581
601
Refactoring checker Messages
582
602
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -591,6 +611,7 @@ Set Membership checker
591
611
592
612
This checker is provided by ``pylint.extensions.set_membership ``.
593
613
Verbatim name of the checker is ``set_membership ``.
614
+ :ref: `See documentation on possible options <set_membership_configuration >`.
594
615
595
616
Set Membership checker Messages
596
617
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -606,6 +627,7 @@ Typing checker
606
627
607
628
This checker is provided by ``pylint.extensions.typing ``.
608
629
Verbatim name of the checker is ``typing ``.
630
+ :ref: `See documentation on possible options <typing_configuration >`.
609
631
610
632
Typing checker Documentation
611
633
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -639,6 +661,7 @@ While Used checker
639
661
640
662
This checker is provided by ``pylint.extensions.while_used ``.
641
663
Verbatim name of the checker is ``while_used ``.
664
+ :ref: `See documentation on possible options <while_used_configuration >`.
642
665
643
666
While Used checker Messages
644
667
^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments