Open
Description
The stylelint rule max-line-length
is set to 100. But I have run into a case where this is longer. My specific situation is the comment at the top of the theme style.css file, for example the description
. We can't break this line either as WP won't then pick up the full description.
We can change this rule to ignore comments, which would solve the problem. But also could lead to long comments elsewhere which is less desirable.
What do you think? Force short theme descriptions, ignore max line length for comments, perhaps I should be ignoring this file or maybe some other way?