summaryrefslogtreecommitdiff
path: root/doc/data/messages/t/too-many-branches
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-26 10:46:09 +0200
committerGitHub <noreply@github.com>2022-05-26 10:46:09 +0200
commit0f73bb6fc0347c27dcd2d9086f5f60403a9387c5 (patch)
tree9802679a8a407b775948db8e42524e323a85ad40 /doc/data/messages/t/too-many-branches
parente9dbcf922d35b8023634cfa4d345d41e6cd5a385 (diff)
downloadpylint-git-0f73bb6fc0347c27dcd2d9086f5f60403a9387c5.tar.gz
Generate the data message directories with an advert for potential contributors (#6702)
Diffstat (limited to 'doc/data/messages/t/too-many-branches')
-rw-r--r--doc/data/messages/t/too-many-branches/details.rst1
-rw-r--r--doc/data/messages/t/too-many-branches/good.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/data/messages/t/too-many-branches/details.rst b/doc/data/messages/t/too-many-branches/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/t/too-many-branches/details.rst
@@ -0,0 +1 @@
+You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
diff --git a/doc/data/messages/t/too-many-branches/good.py b/doc/data/messages/t/too-many-branches/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/t/too-many-branches/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.