Skip to content

Commit

Permalink
Only apply to auto-gen folder
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed Sep 10, 2024
1 parent b73f975 commit 22c9994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/sanitycheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Add paths to exclude from sanity checks here
exclude_folders = [
"src/OpenTelemetry.SemanticConventions"
"src/OpenTelemetry.SemanticConventions/Attributes"
]
# Normalize paths so they work in windows/unix
exclude_folders = [os.path.normpath(folder) for folder in exclude_folders]
Expand Down

0 comments on commit 22c9994

Please sign in to comment.