Class PyLintDescriptions
- java.lang.Object
-
- edu.hm.hafner.analysis.parser.pylint.PyLintDescriptions
-
public class PyLintDescriptions extends Object
Provides descriptions for all pylint rules.
-
-
Constructor Summary
Constructors Constructor Description PyLintDescriptions()Loads the available rules into a map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription(String name)Returns the description of PyLint rule with the specified name.intsize()Returns the size of this messages cache.
-