Closed
Bug 1077167
Opened 11 years ago
Closed 11 years ago
taskcluster: CSS linter always fails in taskcluster with particular error
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlal, Assigned: jlal)
References
Details
Attachments
(1 file)
Parsing errors in /home/tester/git_checkout/shared/style/drawer.css
Error in parsing value for 'padding-right'. Declaration dropped. line: 253 column: 17 source: " padding-right:
auto;"
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8499269 -
Flags: review?(kgrandon)
| Assignee | ||
Updated•11 years ago
|
Comment 2•11 years ago
|
||
Comment on attachment 8499269 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/24729
We could also fix the generation of this file, but this is easier so works for me.
Attachment #8499269 -
Flags: review?(kgrandon) → review+
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
Was the description wrong? You talk about an issue with the CSS linter and a CSS file, and you add a JS file in the .jshintignore file...
| Assignee | ||
Comment 5•11 years ago
|
||
The problem was under TC we run part of the profile step (to cache some things) and a generated file is lying around in the tree. This is actually completely unrelated to TC itself I just found this while we where deploying.
You need to log in
before you can comment on or make changes to this bug.
Description
•