Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
9ce49c2c
"...git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "1f261421e4715d1a132c310626818c7800cecd1f"
Commit
9ce49c2c
authored
Apr 09, 2025
by
Suman Tatiraju
Committed by
GitHub
Apr 09, 2025
Browse files
chore: Add json to file to exclude from copyright checks (#564)
parent
283c8366
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/copyright-check.ps1
.github/workflows/copyright-check.ps1
+2
-2
No files found.
.github/workflows/copyright-check.ps1
View file @
9ce49c2c
...
@@ -120,11 +120,11 @@ $global:copyright_results = @{
...
@@ -120,11 +120,11 @@ $global:copyright_results = @{
# === end common.ps1 extensions ===
# === end common.ps1 extensions ===
$ignored_files
= @('.clang-format', '.gitattributes', '.gitignore', '.gitkeep', '.patch', 'Cargo.lock', 'LICENSE', 'uv.lock', 'rust-toolchain.toml', 'codespell.txt')
$ignored_files
= @('.clang-format', '.gitattributes', '.gitignore', '.gitkeep', '.patch', 'Cargo.lock', 'LICENSE', 'uv.lock', 'rust-toolchain.toml', 'codespell.txt'
, 'exclusions.txt'
)
write-debug "
<
copyright-check
>
ignored_files
=
[
'$($ignored_files -join "'
,
'")'
]
.
"
write-debug "
<
copyright-check
>
ignored_files
=
[
'$($ignored_files -join "'
,
'")'
]
.
"
$ignored_paths
= @('.github', '.mypy_cache', '.pytest_cache', 'lib/llm/tests/data/sample-models')
$ignored_paths
= @('.github', '.mypy_cache', '.pytest_cache', 'lib/llm/tests/data/sample-models')
write-debug "
<
copyright-check
>
ignored_paths
=
[
'$($ignored_paths -join "'
,
'")'
]
.
"
write-debug "
<
copyright-check
>
ignored_paths
=
[
'$($ignored_paths -join "'
,
'")'
]
.
"
$ignored_types
= @('.bat', '.gif', '.ico', '.ipynb', '.jpg', '.jpeg', '.patch', '.png', '.pyc', '.pyi', '.rst', '.zip', '.md')
$ignored_types
= @('.bat', '.gif', '.ico', '.ipynb', '.jpg', '.jpeg', '.patch', '.png', '.pyc', '.pyi', '.rst', '.zip', '.md'
, '.json'
)
write-debug "
<
copyright-check
>
ignored_types
=
[
'$($ignored_types -join "'
,
'")'
]
.
"
write-debug "
<
copyright-check
>
ignored_types
=
[
'$($ignored_types -join "'
,
'")'
]
.
"
$ignored_folders
= @('.git', '__pycache__')
$ignored_folders
= @('.git', '__pycache__')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment