Skip to content

Commit

Permalink
chore(license): add ignore file/path configs to .rat-excludes (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Sep 29, 2022
1 parent 8a5c1ff commit 8bdca79
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 10 deletions.
37 changes: 27 additions & 10 deletions .rat-excludes
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
.*json
.*in
carrot
sds/*
linenoise/*
.*go.sum
.*csv
.*npmigonre
.*gtest.filter
FindRT.cmake
FindDL.cmake
dsn_err_string.go
rocskdb_err_string.go
safe_strerror_posix.h
autoresetevent.h
autoreseteventcondvar.h
benaphore.h
bitfield.h
rwlock.h
sema.h
copy_source.txt
suite.*
nfs_test_file.*
build_config.h
command.txt
safe_strerror_posix.cpp
autoref_ptr_test.cpp
config-empty.ini
argh.h
git_commit.h
ssh-no-interactive
scp-no-interactive
linenoise/*
sds/*
.*patch
DISCLAIMER-WIP
.rat-excludes
apache-rat-0.13.jar
.rat-excludes
19 changes: 19 additions & 0 deletions go-client/idl/base/gpid_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
* 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.
*/

package base

import (
Expand Down

0 comments on commit 8bdca79

Please sign in to comment.