Skip to content

Commit

Permalink
fix: Skip copyrights check for "expected" files in L0_model_config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yinggeh authored Nov 7, 2024
1 parent 01e903a commit 696bc41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qa/common/check_copyright.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright 2018-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -73,6 +73,7 @@
"qa/L0_model_config/special_cases",
"qa/L0_model_config/cli_messages/cli_override/expected",
"qa/L0_model_config/cli_messages/cli_deprecation/expected",
"qa/L0_model_config/model_metrics",
"qa/L0_model_namespacing/test_duplication",
"qa/L0_model_namespacing/test_dynamic_resolution",
"qa/L0_model_namespacing/test_ensemble_duplication",
Expand Down

0 comments on commit 696bc41

Please sign in to comment.