Skip to content

Commit d357be6

Browse files
Add a link to the extension page
1 parent 254a3b9 commit d357be6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/development_guide/contributor_guide/governance.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ you're not going to do the future maintenance work, your valid opinions might no
6363
taken into account by those that will be affected by it.
6464

6565
What are the fundamental tenets of pylint development?
66-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6767

6868
General:
6969

@@ -82,11 +82,11 @@ Where to add a new checker or message:
8282
- Error messages (things that will result in an error if run) should be builtin
8383
checks, activated by default
8484

85-
- Messages that are opinionated, even slightly, should be opt-in (added as an extension)
85+
- Messages that are opinionated, even slightly, should be opt-in (added as :ref:`an extension<plugins>`)
8686

8787
- We don't shy away from opinionated checks (like the while checker), but there's such a
88-
thing as too opinionated, if something is too opinionated it should be an external pylint
89-
plugin.
88+
thing as too opinionated, if something is too opinionated it should be an external
89+
:ref:`pylint plugin<plugins>`.
9090

9191
How are disagreements handled ?
9292
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -102,8 +102,7 @@ a decision can be taken:
102102
- By asking discussion participants for their opinions with an emoji survey in the
103103
issue and then using the majority if no maintainers feel strongly about the issue.
104104

105-
- By majority of admins if no admins feel
106-
strongly about the issue.
105+
- By majority of admins if no admins feel strongly about the issue.
107106

108107
- By asking all users for their opinions in a new issue that will be pinned for
109108
multiple months before taking the decision if two admins feel strongly on an

0 commit comments

Comments
 (0)