Mozilla Addons Linter finds a "bad word" #7485
Closed
Labels
Comments
Hi, Thank you for reporting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When Highcharts is included in a Firefox extension bundle, the extension is flagged by their validator as having content that violates their terms of use.
This is because of the abbreviation used to define the cumulative total for stacking:
highcharts/js/parts/Stacking.js
Line 256 in 0885712
highcharts/js/parts/Stacking.js
Line 274 in 0885712
Would it be possible to rename this to
cumulative
in future?Reference:
https://github.com/mozilla/addons-linter/blob/master/src/badwords.json#L92
The text was updated successfully, but these errors were encountered: