We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba2315 commit e9c2c07Copy full SHA for e9c2c07
mise.toml
@@ -47,6 +47,10 @@ run = "./mvnw verify"
47
description = "build all modules without tests"
48
run = "./mvnw install -DskipTests -Dcoverage.skip=true"
49
50
+[tasks."lint:super-linter"]
51
+description = "Run Super-Linter with auto-fix on the repository"
52
+file = "https://raw.githubusercontent.com/grafana/docker-otel-lgtm/main/.mise/tasks/lint/super-linter.sh"
53
+
54
[tasks."lint:links"]
55
file = "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java-contrib/refs/heads/main/.mise/tasks/lint/links.sh"
56
0 commit comments