We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2e919 commit e352783Copy full SHA for e352783
ci/test/lint-main/checks/check-copyright.sh
@@ -70,6 +70,7 @@ copyright_files=$(grep -vE \
70
-e '^src/repr/src/adt/snapshots/.*' \
71
-e '^src/environmentd/tests/testdata/timezones/.*\.csv' \
72
-e '^test/fivetran-destination/.*\/00-README$' \
73
+ -e '^misc/python/materialize/visualize_pprof_profile/(profile\.proto|profile_pb2\.py)' \
74
<<< "$files"
75
)
76
0 commit comments