C0302
Message
Too many lines in module (%s)
Description
Used when a module has more lines than the limit specified in the max-module-lines option.
This message belongs to the format checker.
Explanation
This simply flags modules that exceed a certain number of lines. Besides reducing readability, the excessive length may be a sign that refactoring is needed. The default value of the max-module-lines option is 1000.