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 22a9161 commit 9741b90Copy full SHA for 9741b90
Makefile
@@ -45,10 +45,10 @@ format:
45
poetry run ruff format --check .
46
47
lint:
48
- poetry run ruff .
+ poetry run ruff check .
49
50
fix:
51
- poetry run ruff . --fix
+ poetry run ruff check . --fix
52
poetry run ruff format .
53
54
check: lint format typing test
docker-compose.yaml
@@ -1,4 +1,3 @@
1
-version: '3.8'
2
services:
3
4
otel-collector:
0 commit comments