Skip to content

Commit

Permalink
feat: Adds Google license header bot config (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlersantos committed Jul 22, 2021
1 parent 2bdab23 commit d587689
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions header-checker-lint.yml
@@ -0,0 +1,30 @@
allowedCopyrightHolders:
- "Google, Inc"

allowedLicenses:
- "Apache-2.0"
- "MIT"
- "BSD-3"

ignoreFiles:
- "**/requirements.txt"
- "**/requirements-test.txt"
- "**/requirements-composer.txt"
- "**/__init__.py"
- "**/constraints.txt"
- "**/constraints-test.txt"
- "**/Pipfile"
- "**/Pipfile.lock"

sourceFileExtensions:
- "ts"
- "js"
- "java"
- "sh"
- "Dockerfile"
- "yaml"
- "py"
- "html"
- "txt"
- "tf"
- "jinja2"

0 comments on commit d587689

Please sign in to comment.