diff options
-rw-r--r-- | checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml | 1 | ||||
-rw-r--r-- | oparent/pom.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml b/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml index 32439e2..77ef3ae 100644 --- a/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml +++ b/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml @@ -73,7 +73,6 @@ </module> <module name="NeedBraces"/> <module name="LeftCurly"> - <property name="maxLineLength" value="120"/> </module> <module name="RightCurly"> <property name="option" value="alone"/> diff --git a/oparent/pom.xml b/oparent/pom.xml index 9441404..e678fc1 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -458,7 +458,7 @@ with minor changes --> <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory --> - <sourceDirectory>${project.build.sourceDirectory}/src/main/java</sourceDirectory> + <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> <includeResources>true</includeResources> <includeTestSourceDirectory>true</includeTestSourceDirectory> <includeTestResources>true</includeTestResources> |