|
|
@ -40,7 +40,7 @@ class TooManyDigits(AbstractDetector): |
|
|
|
|
|
|
|
|
|
|
|
# region wiki_description |
|
|
|
# region wiki_description |
|
|
|
WIKI_DESCRIPTION = """ |
|
|
|
WIKI_DESCRIPTION = """ |
|
|
|
Literals with many digits are difficult to read and review. |
|
|
|
Literals with many digits are difficult to read and review. Use scientific notation or suffixes to make the code more readable. |
|
|
|
""" |
|
|
|
""" |
|
|
|
# endregion wiki_description |
|
|
|
# endregion wiki_description |
|
|
|
|
|
|
|
|
|
|
|