Class PyLintDescriptions


  • public class PyLintDescriptions
    extends Object
    Provides descriptions for all pylint rules.
    • Constructor Detail

      • PyLintDescriptions

        public PyLintDescriptions()
        Loads the available rules into a map.
    • Method Detail

      • size

        public int size()
        Returns the size of this messages cache.
        Returns:
        the number of stored messages (English locale)
      • getDescription

        public String getDescription​(String name)
        Returns the description of PyLint rule with the specified name.
        Parameters:
        name - the name of the rule, like 'missing-docstring'
        Returns:
        the description for the specified rule