File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22#
33# Copyright (C) 2022-2025 ApeCloud Co., Ltd
4- #
4+ #
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
77# You may obtain a copy of the License at
8- #
8+ #
99# http://www.apache.org/licenses/LICENSE-2.0
10- #
10+ #
1111# Unless required by applicable law or agreed to in writing, software
1212# distributed under the License is distributed on an "AS IS" BASIS,
1313# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -24,7 +24,7 @@ set -e -o pipefail
2424# Initialize vars
2525ERR=false
2626FAIL=false
27- EXCLUDES_DIRS=" vendor/\|apis/\|tools/\|externalapis/\|pkg/lorry/component/\|pkg/cli/ cmd/plugin/download"
27+ EXCLUDES_DIRS=" vendor/\|apis/\|tools/\|externalapis/\|pkg/lorry/component/\|pkg/cmd/plugin/download"
2828APACHE2_DIRS=" apis/\|externalapis/"
2929
3030for file in $( git ls-files | grep ' \.cue\|\.go$' | grep -v ${EXCLUDES_DIRS} ) ; do
You can’t perform that action at this time.
0 commit comments