Skip to content

Commit 0d87fbc

Browse files
chore: Add requirements-dev.txt exception to header-checker-lint.yml (#10300)
* Update header-checker-lint.yml `requirements-dev.txt` exists in some samples, and should also be ignored in license header checks. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c9ac9f7 commit 0d87fbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/header-checker-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ allowedLicenses:
99

1010
ignoreFiles:
1111
- "**/requirements.txt"
12-
- "**/requirements-test.txt"
1312
- "**/requirements-composer.txt"
13+
- "**/requirements-dev.txt"
14+
- "**/requirements-test.txt"
1415
- "**/__init__.py"
1516
- "**/constraints.txt"
1617
- "**/constraints-test.txt"

0 commit comments

Comments
 (0)