diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2021-11-04 08:17:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 08:17:52 +0100 |
commit | c532a171fadc9dc06bd97c58d490436456837031 (patch) | |
tree | d7e0b9a3a9376ff6cccd7d7ca618968b849ad980 /doc | |
parent | de307ccf20c69ef1cfba05c000de19ec2407b5cd (diff) | |
download | pylint-git-c532a171fadc9dc06bd97c58d490436456837031.tar.gz |
Add script to generate new message category id (#5248)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development_guide/contribute.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/development_guide/contribute.rst b/doc/development_guide/contribute.rst index d846805ac..86cd352fd 100644 --- a/doc/development_guide/contribute.rst +++ b/doc/development_guide/contribute.rst @@ -194,6 +194,9 @@ Tips for Getting Started with Pylint Development message to find where the warning is raised, and therefore where the logic for that code exists. +* When adding a new checker class you can use the :file:`get_unused_message_id_category.py` + script in :file:`./scripts` to get a message id that is not used by + any of the other checkers. Building the documentation ---------------------------- |