Commit Graph

5 Commits

Author SHA1 Message Date
Liudmila Molkova 5f6558d259
Use `HTTP` instead of `_OTHER` in HTTP span names (if method is unknown) (#270)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Joao Grassi <joao@joaograssi.com>
Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2023-09-11 17:19:57 +02:00
Patrice Chalin b9ca87a4a9
[editorial] Setup Prettier and run it on some files (#192)
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2023-07-21 16:34:45 +02:00
Patrice Chalin ed0bceae3f
[editorial] markdownlint in less then 1.5 sec (#193) 2023-07-14 08:10:49 -04:00
Liudmila Molkova e22e6d4674 Make markdown-link-check work again (#3327)
Link check is broken due to
https://github.com/tcort/markdown-link-check/issues/246, pinning
previous version until it's fixed
2023-03-21 08:19:14 -06:00
Patrice Chalin cf973d47fd [linters] Install tools based on versions in package.json (#2323)
* [editorial] Use `npx` to run npm cmds, not hardcoded paths

* Update Makefile based on feedback

* Use --no-install option for npx

* Add `npm install` to markdown-check workflows

* Pin markdownlint-cli at 0.31.0

* Run `npm install` as a separate workflow step

* Use name 'install dependencies' for npm install cmd

* CONTRIBUTING: clarify that you install the tools once

* make: add `install-tools` as dependency to `all`

* Add install check line to `mardown*` targets

Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
2022-03-01 18:11:33 -05:00