coala/coala-html

Lines too long in file coalahtml/_coalahtml/app/styles/files.css

Mixih opened this issue · 3 comments

Mixih commented

There are two lines that were too long in this file. Here is the raw LineLengthBear output:

|  39| pre.dark•.tag•{•color:#f0e68c;•font-weight:•bold•}•/*•html•tag•-•lightyellow•*/

|    | [NORMAL] LineLengthBear:

|    | Line is longer than allowed. (80 > 79)

coalahtml/_coalahtml/app/styles/files.css

|  40| pre.dark•.atn•{•color:#bdb76b;•font-weight:•bold•}•/*•attribute•name•-•khaki•*/

|    | [NORMAL] LineLengthBear:

|    | Line is longer than allowed. (80 > 79)
Mixih commented

We have to fix this before we can fix #90. Otherwise, Travis will fail #90 because ti would actually enforce linting.

Mixih commented

@tushar-rishav While trying to fix the travis-ci, there a re a few lines in a css file that are too long(See coala/coal-html#91). Can we remove line length checking?

Mixih commented

I just added ignores for now as it isn't worth it to ruin formatting for that