diff options
author | rebortg <github@ghlr.de> | 2020-12-11 11:58:51 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 11:58:51 +0100 |
commit | e3e08b3af1f91464b33da51a6f7020283f984c48 (patch) | |
tree | 3e9b58789f60a6002022bf1d6f5fcd155155c03e /docs | |
parent | 23fa394cb212ecf4f26e0816ccf390f989b84970 (diff) | |
download | vyos-documentation-e3e08b3af1f91464b33da51a6f7020283f984c48.tar.gz vyos-documentation-e3e08b3af1f91464b33da51a6f7020283f984c48.zip |
linter: fix line lenght detection, strip linebreak
Diffstat (limited to 'docs')
-rw-r--r-- | docs/documentation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation.rst b/docs/documentation.rst index 3a2bfdcb..64531c32 100644 --- a/docs/documentation.rst +++ b/docs/documentation.rst @@ -157,7 +157,7 @@ Please don't use other public address space. Line length ^^^^^^^^^^^ -Limit all lines to a maximum of 79 characters. +Limit all lines to a maximum of 80 characters. Except in ``.. code-block::`` because it will use the html tag ``<pre>`` which have the save line format as in the rst file. |