diff --git a/README.md b/README.md index b43609a..9282508 100644 --- a/README.md +++ b/README.md @@ -1289,12 +1289,10 @@ class Bar #### [LineLength](http://checkstyle.sourceforge.net/config_sizes.html#LineLength) -Limits the line length to 80 characters. +Limits the line length to 120 characters. Doesn't check package or import lines. -> TODO: ignorePattern = "^\s\\* .+" exclude javadoc blocks - #### [LocalFinalVariableName](http://checkstyle.sourceforge.net/config_naming.html#LocalFinalVariableName) Checks the format of local, `final` variable names, including `catch` parameters. diff --git a/src/main/resources/net/kemitix/checkstyle.xml b/src/main/resources/net/kemitix/checkstyle.xml index c9be749..fec0bb4 100644 --- a/src/main/resources/net/kemitix/checkstyle.xml +++ b/src/main/resources/net/kemitix/checkstyle.xml @@ -100,7 +100,9 @@ - + + +