We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb20f1d commit 8b49fd6Copy full SHA for 8b49fd6
scripts/changed-modules.sh
@@ -52,9 +52,9 @@ set -euxo pipefail
52
# ALL_CHANGED_FILES="go.mod a.go b.go" ./scripts/changed-modules.sh
53
# The output should be: all modules but the build-excluded ones.
54
#
55
-# 13. A module is modified with a file that is excluded:
+# 13. A excluded module is modified with a file that is excluded:
56
# ALL_CHANGED_FILES="modules/k6/a.go mkdocs.yml" ./scripts/changed-modules.sh
57
-# The output should be: the modules/k6 module.
+# The output should be: no modules.
58
59
# 14. A excluded file and a file from the core module are modified:
60
# ALL_CHANGED_FILES="mkdocs.yml sonar-project.properties go.mod" ./scripts/changed-modules.sh
0 commit comments