limit max module size and improve some help messages

This commit is contained in:
2022-11-11 16:01:54 +02:00
parent 59ff0589ab
commit 9fc2b681d4
3 changed files with 17 additions and 15 deletions

View File

@ -149,7 +149,7 @@ indent-string=' '
max-line-length=100
# Maximum number of lines in a module.
max-module-lines=1000
max-module-lines=400
# Allow the body of a class to be on the same line as the declaration if body
# contains single statement.