I enabled C linting rules but added C901 ("function is too complex") to the ignore list. I addressed the easy errors, but addressing C901 errors requires more thought/time and these functions are anyway all likely going to be reorganised (soon?) as per our discussion in #189.
Partially addresses #165.
I enabled C linting rules but added C901 ("function is too complex") to the ignore list. I addressed the easy errors, but addressing C901 errors requires more thought/time and these functions are anyway all likely going to be reorganised (soon?) as per our discussion in #189.