mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-09 07:28:05 -05:00
lint checker bot config: https://github.com/googleapis/repo-automation-bots/tree/main/packages/header-checker-lint Oracle's legally approved header doesn't work with the bot's naive regex parser: parser: https://github.com/googleapis/repo-automation-bots/blob/main/packages/header-checker-lint/src/header-parser.ts This PR ignores all Oracle files in the header check.
28 lines
793 B
YAML
28 lines
793 B
YAML
# Copyright 2024 Google LLC
|
|
#
|
|
# Licensed 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
|
|
#
|
|
# https://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.
|
|
|
|
allowedCopyrightHolders:
|
|
- 'Google LLC'
|
|
- 'Oracle'
|
|
allowedLicenses:
|
|
- 'Apache-2.0'
|
|
sourceFileExtensions:
|
|
- 'go'
|
|
- 'yaml'
|
|
- 'yml'
|
|
ignoreFiles:
|
|
- 'docs/en/getting-started/quickstart/**'
|
|
- '**/*oracle*'
|
|
|