Skip to content

Commit 5c0ca48

Browse files
committed
Disable header checker since we have two kinds of headers.
## What changes were proposed in this pull request? Disables the header checker since we have a different form of the header. Author: Yin Huai <yhuai@databricks.com> Closes apache#65 from yhuai/disableHeaderChecker.
1 parent 1c297fd commit 5c0ca48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalastyle-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This file is divided into 3 sections:
4646

4747
<check level="error" class="org.scalastyle.file.FileTabChecker" enabled="true"></check>
4848

49-
<check level="error" class="org.scalastyle.file.HeaderMatchesChecker" enabled="true">
49+
<check level="error" class="org.scalastyle.file.HeaderMatchesChecker" enabled="false">
5050
<parameters>
5151
<parameter name="header"><![CDATA[/*
5252
* Licensed to the Apache Software Foundation (ASF) under one or more

0 commit comments

Comments
 (0)