summaryrefslogtreecommitdiff
path: root/doc/data/messages/m
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/m
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/m')
-rw-r--r--doc/data/messages/m/method-check-failed/details.rst1
-rw-r--r--doc/data/messages/m/method-check-failed/good.py1
-rw-r--r--doc/data/messages/m/method-hidden/details.rst1
-rw-r--r--doc/data/messages/m/method-hidden/good.py1
-rw-r--r--doc/data/messages/m/misplaced-bare-raise/details.rst1
-rw-r--r--doc/data/messages/m/misplaced-bare-raise/good.py1
-rw-r--r--doc/data/messages/m/misplaced-comparison-constant/details.rst1
-rw-r--r--doc/data/messages/m/misplaced-comparison-constant/good.py1
-rw-r--r--doc/data/messages/m/misplaced-format-function/details.rst1
-rw-r--r--doc/data/messages/m/misplaced-format-function/good.py1
-rw-r--r--doc/data/messages/m/missing-any-param-doc/details.rst1
-rw-r--r--doc/data/messages/m/missing-any-param-doc/good.py1
-rw-r--r--doc/data/messages/m/missing-final-newline/details.rst1
-rw-r--r--doc/data/messages/m/missing-final-newline/good.py1
-rw-r--r--doc/data/messages/m/missing-format-attribute/details.rst1
-rw-r--r--doc/data/messages/m/missing-format-attribute/good.py1
-rw-r--r--doc/data/messages/m/missing-format-string-key/details.rst1
-rw-r--r--doc/data/messages/m/missing-format-string-key/good.py1
-rw-r--r--doc/data/messages/m/missing-kwoa/details.rst1
-rw-r--r--doc/data/messages/m/missing-kwoa/good.py1
-rw-r--r--doc/data/messages/m/missing-parentheses-for-call-in-test/details.rst1
-rw-r--r--doc/data/messages/m/missing-parentheses-for-call-in-test/good.py1
-rw-r--r--doc/data/messages/m/mixed-format-string/details.rst1
-rw-r--r--doc/data/messages/m/mixed-format-string/good.py1
-rw-r--r--doc/data/messages/m/mixed-line-endings/details.rst1
-rw-r--r--doc/data/messages/m/mixed-line-endings/good.py1
-rw-r--r--doc/data/messages/m/modified-iterating-dict/details.rst1
-rw-r--r--doc/data/messages/m/modified-iterating-dict/good.py1
-rw-r--r--doc/data/messages/m/modified-iterating-list/details.rst1
-rw-r--r--doc/data/messages/m/modified-iterating-list/good.py1
-rw-r--r--doc/data/messages/m/modified-iterating-set/details.rst1
-rw-r--r--doc/data/messages/m/modified-iterating-set/good.py1
-rw-r--r--doc/data/messages/m/multiple-constructor-doc/details.rst1
-rw-r--r--doc/data/messages/m/multiple-constructor-doc/good.py1
-rw-r--r--doc/data/messages/m/multiple-imports/details.rst1
-rw-r--r--doc/data/messages/m/multiple-imports/good.py1
-rw-r--r--doc/data/messages/m/multiple-statements/details.rst1
-rw-r--r--doc/data/messages/m/multiple-statements/good.py1
38 files changed, 38 insertions, 0 deletions
diff --git a/doc/data/messages/m/method-check-failed/details.rst b/doc/data/messages/m/method-check-failed/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/method-check-failed/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/m/method-check-failed/good.py b/doc/data/messages/m/method-check-failed/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/method-check-failed/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/method-hidden/details.rst b/doc/data/messages/m/method-hidden/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/method-hidden/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/m/method-hidden/good.py b/doc/data/messages/m/method-hidden/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/method-hidden/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/misplaced-bare-raise/details.rst b/doc/data/messages/m/misplaced-bare-raise/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/misplaced-bare-raise/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/m/misplaced-bare-raise/good.py b/doc/data/messages/m/misplaced-bare-raise/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/misplaced-bare-raise/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/misplaced-comparison-constant/details.rst b/doc/data/messages/m/misplaced-comparison-constant/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/misplaced-comparison-constant/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/m/misplaced-comparison-constant/good.py b/doc/data/messages/m/misplaced-comparison-constant/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/misplaced-comparison-constant/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/misplaced-format-function/details.rst b/doc/data/messages/m/misplaced-format-function/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/misplaced-format-function/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/m/misplaced-format-function/good.py b/doc/data/messages/m/misplaced-format-function/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/misplaced-format-function/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/missing-any-param-doc/details.rst b/doc/data/messages/m/missing-any-param-doc/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/missing-any-param-doc/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/m/missing-any-param-doc/good.py b/doc/data/messages/m/missing-any-param-doc/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/missing-any-param-doc/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/missing-final-newline/details.rst b/doc/data/messages/m/missing-final-newline/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/missing-final-newline/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/m/missing-final-newline/good.py b/doc/data/messages/m/missing-final-newline/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/missing-final-newline/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/missing-format-attribute/details.rst b/doc/data/messages/m/missing-format-attribute/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/missing-format-attribute/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/m/missing-format-attribute/good.py b/doc/data/messages/m/missing-format-attribute/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/missing-format-attribute/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/missing-format-string-key/details.rst b/doc/data/messages/m/missing-format-string-key/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/missing-format-string-key/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/m/missing-format-string-key/good.py b/doc/data/messages/m/missing-format-string-key/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/missing-format-string-key/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/missing-kwoa/details.rst b/doc/data/messages/m/missing-kwoa/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/missing-kwoa/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/m/missing-kwoa/good.py b/doc/data/messages/m/missing-kwoa/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/missing-kwoa/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/missing-parentheses-for-call-in-test/details.rst b/doc/data/messages/m/missing-parentheses-for-call-in-test/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/missing-parentheses-for-call-in-test/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/m/missing-parentheses-for-call-in-test/good.py b/doc/data/messages/m/missing-parentheses-for-call-in-test/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/missing-parentheses-for-call-in-test/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/mixed-format-string/details.rst b/doc/data/messages/m/mixed-format-string/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/mixed-format-string/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/m/mixed-format-string/good.py b/doc/data/messages/m/mixed-format-string/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/mixed-format-string/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/mixed-line-endings/details.rst b/doc/data/messages/m/mixed-line-endings/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/mixed-line-endings/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/m/mixed-line-endings/good.py b/doc/data/messages/m/mixed-line-endings/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/mixed-line-endings/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/modified-iterating-dict/details.rst b/doc/data/messages/m/modified-iterating-dict/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/modified-iterating-dict/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/m/modified-iterating-dict/good.py b/doc/data/messages/m/modified-iterating-dict/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/modified-iterating-dict/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/modified-iterating-list/details.rst b/doc/data/messages/m/modified-iterating-list/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/modified-iterating-list/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/m/modified-iterating-list/good.py b/doc/data/messages/m/modified-iterating-list/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/modified-iterating-list/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/modified-iterating-set/details.rst b/doc/data/messages/m/modified-iterating-set/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/modified-iterating-set/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/m/modified-iterating-set/good.py b/doc/data/messages/m/modified-iterating-set/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/modified-iterating-set/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/multiple-constructor-doc/details.rst b/doc/data/messages/m/multiple-constructor-doc/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/multiple-constructor-doc/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/m/multiple-constructor-doc/good.py b/doc/data/messages/m/multiple-constructor-doc/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/multiple-constructor-doc/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/multiple-imports/details.rst b/doc/data/messages/m/multiple-imports/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/multiple-imports/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/m/multiple-imports/good.py b/doc/data/messages/m/multiple-imports/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/multiple-imports/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.
diff --git a/doc/data/messages/m/multiple-statements/details.rst b/doc/data/messages/m/multiple-statements/details.rst
new file mode 100644
index 000000000..ab8204529
--- /dev/null
+++ b/doc/data/messages/m/multiple-statements/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/m/multiple-statements/good.py b/doc/data/messages/m/multiple-statements/good.py
new file mode 100644
index 000000000..c40beb573
--- /dev/null
+++ b/doc/data/messages/m/multiple-statements/good.py
@@ -0,0 +1 @@
+# This is a placeholder for correct code for this message.