osmo-ci/lint
Oliver Smith 9e24272311 lint: enable BRACES_NOT_NECESSARY check
As seen in code review here:
https://gerrit.osmocom.org/c/libosmocore/+/30934

... we do care about not using braces for single statement blocks. Let
the linter comment on it.

src/osmo_io.c:143: WARNING:BRACES_NOT_NECESSARY: braces {} are not necessary for single statement blocks
src/osmo_io.c:271: WARNING:BRACES_NOT_NECESSARY: braces {} are not necessary for single statement blocks
src/osmo_io.c:306: WARNING:BRACES_NOT_NECESSARY: braces {} are not necessary for single statement blocks
src/osmo_io_poll.c:63: WARNING:BRACES_NOT_NECESSARY: braces {} are not necessary for single statement blocks
src/osmo_io_poll.c:117: WARNING:BRACES_NOT_NECESSARY: braces {} are not necessary for single statement blocks

Change-Id: I481d1b24a909173520a544ffd567bb8357729f2a
2023-01-19 09:17:02 +01:00
..
checkpatch lint: enable BRACES_NOT_NECESSARY check 2023-01-19 09:17:02 +01:00
docker_run_rm.sh lint: catch missing --rm flag for 'docker run' 2022-02-11 15:44:16 +01:00
lint_all.sh lint: add helper scripts 2021-06-16 16:49:47 +02:00
lint_diff.sh jenkins-gerrit: fix ambiguous use of review api 2022-11-15 11:38:08 +00:00