Skip to content

lymagics/pylint-class-lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylint-class-lines

Pylint plugin to limit the number of lines in a class.

Installation

pip install pylint-class-lines

Usage

Run pylint-class-lines with other pylint checkers:

pylint --load-plugins=pylint_class_lines {YOUR_MODULE_OR_PACKAGE}

Run only pylint-class-lines:

pylint --load-plugins=pylint_class_lines --disable=all --enable=class-lines {YOUR_MODULE_OR_PACKAGE}

Run pylint-class-lines with custom maximum class lines:

pylint --load-plugins=pylint_class_lines --max-class-lines=100 {YOUR_MODULE_OR_PACKAGE}

Note: default max-class-lines is 150.

About

Pylint plugin to limit the number of lines in a class.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages