Closed sbfnk closed 9 months ago
This was changed to 25L to accommodate the (possibly unavoidable) cyclomatic complexity of simulate_chains() introduced in https://github.com/epiverse-trace/epichains/pull/171
25L
simulate_chains()
However, in light of the discussion in #179 I think it might be better to keep the limit at 15L and only exclude simulate_chains() by wrapping it in a # nolint start: cyclocomp_lintr and corresponding nolint end block.
# nolint start: cyclocomp_lintr
nolint end
This was changed to
25L
to accommodate the (possibly unavoidable) cyclomatic complexity ofsimulate_chains()
introduced in https://github.com/epiverse-trace/epichains/pull/171However, in light of the discussion in #179 I think it might be better to keep the limit at 15L and only exclude
simulate_chains()
by wrapping it in a# nolint start: cyclocomp_lintr
and correspondingnolint end
block.