osmo-ci/lint
Vadim Yanitskiy 4f8a4954b9 lint: simplify find command in exclude_paths_common_asn1c()
The purpose of "cut -d / -f 2-" is to strip off leading "./" in
the paths.  The same can be achieved by doing "-printf '%P\n'".

Matching "*.c" and "*.h" files can be expressed as "-name *.[hc]".

Change-Id: Iae3fc5c8842df6926e6ff16a41be5663f1dedd1b
2022-07-03 04:55:54 +07:00
..
checkpatch lint: simplify find command in exclude_paths_common_asn1c() 2022-07-03 04:55:54 +07: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