forked from frigus02/RESTer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.addonslinterignore
39 lines (34 loc) · 2.21 KB
/
.addonslinterignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Explanation of all rules:
# http://mozilla.github.io/addons-linter/
# Message details:
# "storage.local" can cause issues when loaded temporarily
# This API can cause issues when loaded temporarily using about:debugging
# in Firefox unless you specify applications > gecko > id in the manifest.
# Please see: https://mzl.la/2hizK4a for more.
# But we don't want to specify an addon id, since the WebExtension is embedded
# inside of an Add-on SDK extension. We can probably safely ignore this warning.
background/lib/settings.js STORAGE_LOCAL
background/lib/data/utils/data-store.js STORAGE_LOCAL
# These tests don't work on windows currently
# https://github.com/mozilla/addons-linter/issues/1431
manifest.json MANIFEST_ICON_NOT_FOUND
manifest.json MANIFEST_BACKGROUND_FILE_NOT_FOUND
# HTML is sanitized with DOMPurify, so it's save to use with innerHTML.
site/elements/controls/rester-dom-purify-frame.js UNSAFE_VAR_ASSIGNMENT
# These are part of other bower components and should be fine.
site/bower_components/ace-builds/src-min-noconflict/ace.js MOZILLA_COND_OF_USE
site/bower_components/ace-builds/src-min-noconflict/ace.js UNSAFE_VAR_ASSIGNMENT
site/bower_components/ace-builds/src-min-noconflict/ext-searchbox.js UNSAFE_VAR_ASSIGNMENT
site/bower_components/ace-builds/src-min-noconflict/mode-html.js MOZILLA_COND_OF_USE
site/bower_components/ace-builds/src-min-noconflict/worker-html.js MOZILLA_COND_OF_USE
site/bower_components/iron-autogrow-textarea/iron-autogrow-textarea.js UNSAFE_VAR_ASSIGNMENT
site/bower_components/polymer/lib/mixins/element-mixin.js UNSAFE_VAR_ASSIGNMENT
site/bower_components/webcomponentsjs/webcomponents-hi-ce.js UNSAFE_VAR_ASSIGNMENT
site/bower_components/webcomponentsjs/webcomponents-hi-sd-ce.js UNSAFE_VAR_ASSIGNMENT
site/bower_components/webcomponentsjs/webcomponents-hi.js UNSAFE_VAR_ASSIGNMENT
site/bower_components/webcomponentsjs/webcomponents-lite.js UNSAFE_VAR_ASSIGNMENT
site/bower_components/webcomponentsjs/webcomponents-loader.js NO_DOCUMENT_WRITE
site/bower_components/webcomponentsjs/webcomponents-loader.js UNSAFE_VAR_ASSIGNMENT
site/bower_components/webcomponentsjs/webcomponents-sd-ce.js UNSAFE_VAR_ASSIGNMENT
# Known libraries
site/bower_components/DOMPurify/dist/purify.min.js KNOWN_LIBRARY