Skip to content

Commit 7ca0798

Browse files
committed
Fix header file issue. Set line length check to 120 instead of 80 (Commons default IIRC).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1377891 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4889e27 commit 7ca0798

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

checkstyle.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ limitations under the License.
6060
<module name="OperatorWrap">
6161
<property name="option" value="eol" />
6262
</module>
63+
<module name="LineLength">
64+
<property name="max" value="120"/>
65+
</module>
6366
</module>
6467

6568
</module>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ limitations under the License.
208208
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
209209
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
210210
<commons.encoding>UTF-8</commons.encoding>
211+
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
211212
</properties>
212213
<build>
213214
<pluginManagement>

0 commit comments

Comments
 (0)