osmo-ci/lint
Oliver Smith 1abb6f35bf lint: checkpatch: don't require space in T=-1234
Inside struct osmo_tdef we write non-spec timers as T=-1234. Do not
complain about having no space before the minus character.

Example:
    { .T=-25, .default_val=5, .desc="Timeout for ..." },

Note that the Linux kernel coding style also requires spaces around the
equals signs. We follow that everywhere except for struct osmo_tdef,
and the linter has already been adjusted for that in
I1f0b9ed5bd49ef9b5ab0e347b9260e71df34ff9c.

Change-Id: I0885e84ad99c7d333a5930c411fd1273badb0fcb
2022-03-03 10:41:48 +01:00
..
checkpatch lint: checkpatch: don't require space in T=-1234 2022-03-03 10:41:48 +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 lint: catch missing --rm flag for 'docker run' 2022-02-11 15:44:16 +01:00