HBASE-12318 Add license header to checkstyle xml files
This commit is contained in:
parent
19108fb850
commit
deaba78141
|
@ -2,7 +2,35 @@
|
|||
<!DOCTYPE suppressions PUBLIC
|
||||
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
|
||||
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
|
||||
<!--
|
||||
/**
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
ON MVN COMPILE NOT WORKING
|
||||
|
||||
If you wondering why 'mvn compile' does not work building HBase
|
||||
(in particular, if you are doing it for the first time), instead do
|
||||
'mvn package'. If you are interested in the full story, see
|
||||
https://issues.apache.org/jira/browse/HBASE-6795.
|
||||
|
||||
-->
|
||||
<suppressions>
|
||||
<suppress checks="." files=".*/generated/.*\.java"/>
|
||||
<suppress checks="MagicNumberCheck" files=".*Test\.java"/>
|
||||
</suppressions>
|
||||
</suppressions>
|
||||
|
|
|
@ -1,6 +1,34 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
|
||||
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
|
||||
<!--
|
||||
/**
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
ON MVN COMPILE NOT WORKING
|
||||
|
||||
If you wondering why 'mvn compile' does not work building HBase
|
||||
(in particular, if you are doing it for the first time), instead do
|
||||
'mvn package'. If you are interested in the full story, see
|
||||
https://issues.apache.org/jira/browse/HBASE-6795.
|
||||
|
||||
-->
|
||||
<module name="Checker">
|
||||
<module name="FileTabCharacter"/>
|
||||
<module name="TreeWalker">
|
||||
|
@ -29,4 +57,4 @@
|
|||
<module name="NoFinalizer"/>
|
||||
<module name="MissingDeprecated"/>
|
||||
</module>
|
||||
</module>
|
||||
</module>
|
||||
|
|
Loading…
Reference in New Issue