Closed
Bug 1482097
Opened 8 years ago
Closed 8 years ago
webextension addons-linter does report error on .js files with a single export statement only
Categories
(WebExtensions :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: u622312, Unassigned)
Details
Attachments
(1 file)
|
328.83 KB,
application/x-xpinstall
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180807170231
Steps to reproduce:
Tried to verify the attached addon.
Actual results:
The addons-linter version 1.3.0 reports two errors.
- first in file infos.js
- second in file util.js
(Due to the export statement at end of files)
Expected results:
infos.js and util.js are OK and have to be verified by the addons-linter.
Comment 1•8 years ago
|
||
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID 20180807170231
I can confirm that I'm getting an error when trying to install the add-on attached. I get the following warnings in browser console:
1534239235398 addons.xpi-utils WARN Add-on stockmanager@gmx.de is not correctly signed.
1534239235398 addons.xpi WARN Invalid XPI: signature is required but missing
I am moving this to WebExtensions in order to involve the development team and get an opinion on this.
Status: UNCONFIRMED → NEW
Component: Untriaged → General
Ever confirmed: true
Product: Firefox → WebExtensions
Comment 2•8 years ago
|
||
Issues with addons-linter should be reported at https://github.com/mozilla/addons-linter/issues
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•