coala / coala-html

Interactive website generator using results from coala
GNU Affero General Public License v3.0
17 stars 40 forks source link

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

Closed Mixih closed 8 years ago

Mixih commented 8 years ago

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 8 years ago

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

Mixih commented 8 years ago

@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 8 years ago

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