Disable funlen & lll
What does this MR do?
Disables funlen
(function length) and lll
(line length) linters.
Why was this MR needed?
We have discussed the removal of funlen
here extensively: gitlab-org/gitlab-runner#27535 (closed)
lll
has comparable drawbacks. I like Linus Torvalds' take on length limits (https://lkml.org/lkml/2020/5/29/1038), which basically says long lines are useful, use word-wrapping if they are an issue for your setup.
What's the best way to test this MR?
What are the relevant issue numbers?
Edited by Adrien Kohlbecker