We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701f4a0 commit 8529052Copy full SHA for 8529052
doc/user_guide/checkers/extensions.rst
@@ -712,5 +712,3 @@ While Used checker Messages
712
^^^^^^^^^^^^^^^^^^^^^^^^^^^
713
:while-used (W0149): *Used `while` loop*
714
Unbounded `while` loops can often be rewritten as bounded `for` loops.
715
-
716
doc/user_guide/checkers/features.rst
@@ -1860,5 +1860,3 @@ Variables checker Messages
1860
:global-at-module-level (W0604): *Using the global statement at the module level*
1861
Used when you use the "global" statement at the module level since it has no
1862
effect
1863
1864
0 commit comments