-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.4, 4.0
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE
-
MDL-73486-master -
While they aren't errors and everything passes and work ok, there are a few warnings when running stylelint:
$ npx grunt css
|
Running "ignorefiles" task
|
|
Running "stylelint:scss" (stylelint) task
|
>> Linted 166 files without errors
|
|
Running "sass:dist" (sass) task
|
|
Running "ignorefiles" task
|
|
Running "stylelint:css" (stylelint) task
|
>> blocks/private_files/styles.css
|
>> 52:144 ⚠ Expected line length to be no more than 132 characters max-line-length
|
>> 53:144 ⚠ Expected line length to be no more than 132 characters max-line-length
|
>> 68:158 ⚠ Expected line length to be no more than 132 characters max-line-length
|
>> Linted 116 files without errors
|
|
Done.
|
it would be great to get rid of them. Don't know if via ignore annotations or really shortening the lines, I'm happy with any.
Absolutely not-critical, but better get 100% green executions.
Ciao