From 0d84900126b704e8a5815375ede23d5e55441d4b Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Tue, 28 Feb 2023 17:58:44 -0500 Subject: [PATCH] Add header linter config (#9826) --- .github/header-checker-lint.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/header-checker-lint.yml diff --git a/.github/header-checker-lint.yml b/.github/header-checker-lint.yml new file mode 100644 index 000000000..2b6a61942 --- /dev/null +++ b/.github/header-checker-lint.yml @@ -0,0 +1,23 @@ +allowedCopyrightHolders: + - 'Google LLC' +allowedLicenses: + - 'Apache-2.0' +sourceFileExtensions: + - 'ts' + - 'js' + - 'java' + - 'Dockerfile' + - 'js' + - 'java' + - 'c' + - 'h' + - 'cc' + - 'cpp' + - 'css' + - 'html' + - 'htm' + - 'go' + - 'sh' + - 'bash' + - 'rs' + - 'proto'