summaryrefslogtreecommitdiff
path: root/doc/exts
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-05-19 11:14:04 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-05-19 11:59:33 +0200
commitfd1f7a8142103ebef84c50d7edcfa64a61ff451e (patch)
tree0b1b7c692c506694c0d927e0ade03f4d7ff41562 /doc/exts
parent2a25397f3df6a0a369778806638b7c57855d888a (diff)
downloadpylint-git-fd1f7a8142103ebef84c50d7edcfa64a61ff451e.tar.gz
Revert "Revert change to names of messages documentation files (#6647)"
This reverts commit 13f15ba8c351c023635a33614f721561caa44397.
Diffstat (limited to 'doc/exts')
-rw-r--r--doc/exts/pylint_messages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/exts/pylint_messages.py b/doc/exts/pylint_messages.py
index 6a782a4df..db154a296 100644
--- a/doc/exts/pylint_messages.py
+++ b/doc/exts/pylint_messages.py
@@ -244,7 +244,7 @@ def _write_messages_list_page(
messages_dict: MessagesDict, old_messages_dict: OldMessagesDict
) -> None:
"""Create or overwrite the page with the list of all messages."""
- messages_file = os.path.join(PYLINT_MESSAGES_PATH, "messages_list.rst")
+ messages_file = os.path.join(PYLINT_MESSAGES_PATH, "messages_overview.rst")
with open(messages_file, "w", encoding="utf-8") as stream:
# Write header of file
title = "Messages overview"