We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bda9e8 commit 9fedc6eCopy full SHA for 9fedc6e
1 file changed
MODULE.bazel
@@ -65,6 +65,8 @@ maven_test.install(
65
artifacts = [
66
"org.assertj:assertj-core:3.24.2",
67
"junit:junit:4.13.2",
68
+ # Custom lint check used as a test fixture by //tests/scripts
69
+ "com.slack.lint.compose:compose-lint-checks:1.5.2",
70
],
71
lock_file = "//:maven_install_test.json",
72
repositories = [
0 commit comments