diff options
author | rebortg <github@ghlr.de> | 2020-12-11 22:43:56 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 22:43:56 +0100 |
commit | ac19aa7518ac91ee891599d72007ade66bc99724 (patch) | |
tree | ef8efb06e9d9f8a27d5ccbd2e54713f12b5735ff /docs/contributing/development.rst | |
parent | 95f1bc6724027e8b8cac7f507a2a5b3f10e26ede (diff) | |
download | vyos-documentation-ac19aa7518ac91ee891599d72007ade66bc99724.tar.gz vyos-documentation-ac19aa7518ac91ee891599d72007ade66bc99724.zip |
contributing: fix lint errors
Diffstat (limited to 'docs/contributing/development.rst')
-rw-r--r-- | docs/contributing/development.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst index 73b8b22e..cf274a33 100644 --- a/docs/contributing/development.rst +++ b/docs/contributing/development.rst @@ -658,8 +658,8 @@ Migrating old CLI validation is better left to commit-time scripts * - priority: 999 - <properties> <priority>999</priority> - - Please leave a comment explaining why the priority was chosen (e.g. "after - interfaces are configured") + - Please leave a comment explaining why the priority was chosen + (e.g. "after interfaces are configured") * - multi: - <properties> <multi/> - Only applicable to leaf nodes @@ -700,6 +700,9 @@ found. After a successful run the resulting Debian Package(s) will be deployed to our Debian repository which is used during build time. It is located here: http://dev.packages.vyos.net/repositories/. + +.. stop_vyoslinter + .. _Jenkins: https://jenkins.io/ .. _Dockerhub: https://hub.docker.com/u/vyos/ .. _process: https://blog.vyos.io/vyos-development-digest-10 @@ -712,3 +715,5 @@ http://dev.packages.vyos.net/repositories/. .. _`MAC address`: https://github.com/vyos/vyos-1x/tree/current/interface-definitions/include/interface-mac.xml.i .. include:: /_include/common-references.txt + +.. start_vyoslinter |