[ 
https://issues.apache.org/jira/browse/ARROW-1827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16257252#comment-16257252
 ] 

ASF GitHub Bot commented on ARROW-1827:
---------------------------------------

toddlipcon commented on a change in pull request #1326: ARROW-1827: [Java] Add 
checkstyle file and license template
URL: https://github.com/apache/arrow/pull/1326#discussion_r151741115
 
 

 ##########
 File path: java/checkstyle/checkstyle.xml
 ##########
 @@ -0,0 +1,238 @@
+<!--
+  ~ 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.
+  -->
+
+<!DOCTYPE module PUBLIC
+          "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
+          "http://www.puppycrawl.com/dtds/configuration_1_3.dtd";>
+
+<!--
+    Checkstyle configuration that checks the Google coding conventions from 
Google Java Style
+    that can be found at https://google.github.io/styleguide/javaguide.html.
+
+    Checkstyle is very configurable. Be sure to read the documentation at
+    http://checkstyle.sf.net (or in your downloaded distribution).
+
+    To completely disable a check, just comment it out or delete it from the 
file.
+
+    Authors: Max Vetrenko, Ruslan Diachenko, Roman Ivanov.
 
 Review comment:
   I believe we decided it was OK because the checkstyle xml doesn't end up 
linked into any resulting binaries, etc -- similar how it's OK to rely on GPL 
or LGPL build tools in a project. I do recall finding some precedent in other 
Apache projects or legal resolutions, but can't find it now looking back at my 
email.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [Java] Add checkstyle config file and header file
> -------------------------------------------------
>
>                 Key: ARROW-1827
>                 URL: https://issues.apache.org/jira/browse/ARROW-1827
>             Project: Apache Arrow
>          Issue Type: Task
>            Reporter: Li Jin
>            Assignee: Li Jin
>              Labels: pull-request-available
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to