Skip to content

Commit f443f39

Browse files
committed
add BUILD comments about skipping git submodule contents
We do not want to have pants or git complaining about changes in the git submodule as those changes would require a separate PR process.
1 parent d7832e6 commit f443f39

File tree

1 file changed

+2
-0
lines changed
  • st2tests/st2tests/fixtures/packs

1 file changed

+2
-0
lines changed

st2tests/st2tests/fixtures/packs/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ resources(
1414

1515
shell_sources(
1616
name="test_content_version_shell",
17+
# do not check across git submodule boundary
1718
skip_shellcheck=True,
1819
sources=[
1920
"test_content_version/**/*.sh",
@@ -22,6 +23,7 @@ shell_sources(
2223

2324
python_sources(
2425
name="test_content_version",
26+
# do not fmt across git submodule boundary
2527
skip_black=True,
2628
dependencies=[
2729
":test_content_version_metadata",

0 commit comments

Comments
 (0)