@@ -63,7 +63,7 @@ you're not going to do the future maintenance work, your valid opinions might no
63
63
taken into account by those that will be affected by it.
64
64
65
65
What are the fundamental tenets of pylint development?
66
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
67
67
68
68
General:
69
69
@@ -82,11 +82,11 @@ Where to add a new checker or message:
82
82
- Error messages (things that will result in an error if run) should be builtin
83
83
checks, activated by default
84
84
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> ` )
86
86
87
87
- 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> ` .
90
90
91
91
How are disagreements handled ?
92
92
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -102,8 +102,7 @@ a decision can be taken:
102
102
- By asking discussion participants for their opinions with an emoji survey in the
103
103
issue and then using the majority if no maintainers feel strongly about the issue.
104
104
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.
107
106
108
107
- By asking all users for their opinions in a new issue that will be pinned for
109
108
multiple months before taking the decision if two admins feel strongly on an
0 commit comments