Skip to content

Commit

Permalink
Disable header checker since we have two kinds of headers.
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
yhuai committed Aug 23, 2016
1 parent 1c297fd commit 5c0ca48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalastyle-config.xml
Expand Up @@ -46,7 +46,7 @@ This file is divided into 3 sections:

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

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

0 comments on commit 5c0ca48

Please sign in to comment.