Skip to content

Commit

Permalink
Fix doc generation in implicit-str-concat
Browse files Browse the repository at this point in the history
New sphinx now check that a block of code is valid.
  • Loading branch information
Pierre-Sassoulas committed Dec 7, 2023
1 parent a60ddd1 commit 7f01d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/data/messages/i/implicit-str-concat/details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In order to detect this case, you must enable `check-str-concat-over-line-jumps`
.. code-block:: toml
[STRING_CONSTANT]
check-str-concat-over-line-jumps = yes
check-str-concat-over-line-jumps = true
However, the drawback of this setting is that it will trigger false positive
for string parameters passed on multiple lines in function calls:
Expand Down

0 comments on commit 7f01d83

Please sign in to comment.