osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/39763?usp=email )
Change subject: debian-bookworm-build: add linting tools
......................................................................
debian-bookworm-build: add linting tools
Prepare for being able to run these linting tools in CI.
* clang-format gets used for osmo-asf4-dfu
* ruff gets used for testenv in osmo-ttcn3-hacks
Related: osmo-asf4-dfu I9768bc2590ca5306ee19d3276f0953c6b0b6f926
Related: osmo-ttcn3-hacks 157897523e54762ec3739cd7842c7b5f5d724ac2
Change-Id: I0a287b991a3efa50090587739529f95de32225bc
---
M debian-bookworm-build/Dockerfile
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/63/39763/1
diff --git a/debian-bookworm-build/Dockerfile b/debian-bookworm-build/Dockerfile
index 3efbc6e..8fbc9d3 100644
--- a/debian-bookworm-build/Dockerfile
+++ b/debian-bookworm-build/Dockerfile
@@ -61,6 +61,7 @@
bzip2 \
ca-certificates \
ccache \
+ clang-format \
cmake \
coccinelle \
cppcheck \
@@ -180,6 +181,7 @@
'git+https://github.com/podshumok/python-smpplib.git' \
'pydbus' \
'pysispm' \
+ 'ruff' \
'sphinx' \
'sphinxcontrib-napoleon' \
-r /tmp/pysim_requirements.txt
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/39763?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I0a287b991a3efa50090587739529f95de32225bc
Gerrit-Change-Number: 39763
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>