Skip to content

Commit

Permalink
Updated license header checker to Deno License Checker (#4118)
Browse files Browse the repository at this point in the history
Signed-off-by: Hitensh Kharva <kharva.hitensh11@gmail.com>
  • Loading branch information
hitenshKharva committed Oct 24, 2023
1 parent bbd3073 commit 8b8775e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-header-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Add License Header
uses: kt3k/license_checker@v1.0.6
run: npx @kt3k/license-checker
39 changes: 34 additions & 5 deletions .licenserc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"**/*.{py,groovy,sh,js,ts}":[
" Copyright OpenSearch Contributors",
" SPDX-License-Identifier: Apache-2.0"
]
{
"**/*.*": [
" Copyright OpenSearch Contributors",
" SPDX-License-Identifier: Apache-2.0"
],
"ignore": [
".md",
".flake8",
".yml",
".yaml",
".bat",
".json",
".txt",
".config",
".swp",
"tests/tests_test_workflow/test_integ_workflow/integ_test/data/artifacts/",
"tests/tests_sign_workflow/data/signature/",
"tests/tests_assemble_workflow/data/artifacts/",
".png",
"settings.gradle",
".git",
".lychee.excludes",
".whitesource",
".shellcheckrc",
".lock",
".gradle",
".cert",
".key",
".jar",
".gz",
".toml",
".ini",
"gradle/wrapper"
]
}

0 comments on commit 8b8775e

Please sign in to comment.