Commit Graph

3 Commits

Author SHA1 Message Date
Pierre Sassoulas
748bb0b60f Doc - Retrocompatibility with the main checker name 2019-06-20 14:09:59 +02:00
Pierre Sassoulas
8a09f2dda7 Refactor - Use a constant for the main checker name
Following review see : https://github.com/PyCQA/pylint/pull/2844#discussion_r281014968
2019-06-20 14:09:59 +02:00
Pierre Sassoulas
1dbbb35d93 Refactor - Avoid intra-packages circular dependencies for constants
Some constants were package internal but were used by multiple
packages. This created circular dependencies. By creating a
file for constants we make sure this does not happen because
we won't import everything important in this file and every
thing else can depend on it.
2019-03-29 09:37:05 +01:00