File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Prometheus uses GitHub to manage reviews of pull requests.
44
55- If you have a trivial fix or improvement, go ahead and create a pull request,
66 addressing (with ` @... ` ) the maintainer of this repository (see
7- [ MAINTAINERS.md] ( MAINTAINERS.md ) ) in the description of the pull request.
7+ [ MAINTAINERS.md] ( https://github.com/prometheus/client_java/blob/main/MAINTAINERS.md ) ) in the
8+ description of the pull request.
89
910- If you plan to do something more involved, first discuss your ideas
1011 on our [ mailing list] ( https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers ) .
Original file line number Diff line number Diff line change 88
99## Contributing and community
1010
11- See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) and the [ community section] ( http://prometheus.io/community/ )
11+ See [ CONTRIBUTING.md] ( https://github.com/prometheus/client_java/blob/main/CONTRIBUTING.md ) and
12+ the [ community section] ( http://prometheus.io/community/ )
1213of the Prometheus homepage.
1314
1415The Prometheus Java community is present on the [ CNCF Slack] ( https://cloud-native.slack.com ) on
@@ -22,4 +23,4 @@ the [simpleclient](https://github.com/prometheus/client_java/tree/simpleclient)
2223
2324## License
2425
25- Apache License 2.0, see [ LICENSE] ( LICENSE ) .
26+ Apache License 2.0, see [ LICENSE] ( https://github.com/prometheus/client_java/blob/main/ LICENSE) .
Original file line number Diff line number Diff line change 11max_retries = 6
22exclude_loopback = true
3+ cache = true
34
5+ base = " https://prometheus.github.io"
46exclude_path = [" docs/themes" ]
7+ exclude = [' ^https://github\.com/prometheus/client_java/settings' , ' #' ]
8+
59
Original file line number Diff line number Diff line change @@ -38,16 +38,14 @@ run = "./mvnw install -DskipTests"
3838run = " scripts/super-linter.sh"
3939
4040[tasks .lint-links ]
41- run = " lychee --cache -- include-fragments ."
41+ run = " lychee --include-fragments ."
4242
4343[tasks .lint-gh-actions ]
4444run = " zizmor .github/"
4545
4646[tasks .lint-rest ]
4747description = " All lints not covered by super linter"
48- depends = [
49- # "lint-links", # try out first
50- " lint-gh-actions" ]
48+ depends = [" lint-links" , " lint-gh-actions" ]
5149
5250[tasks .acceptance-test ]
5351description = " Run OATs acceptance tests"
You can’t perform that action at this time.
0 commit comments