Confirmed users
514
edits
(→Add-ons Linter: split into two projects) |
|||
Line 52: | Line 52: | ||
contributors at https://docs.taskcluster.net/people. | contributors at https://docs.taskcluster.net/people. | ||
===Add-ons Linter=== | ===Add-ons Linter (2 Spots)=== | ||
'''Mentor:''' Christopher Grebs <br /> | '''Mentor:''' Christopher Grebs <br /> | ||
'''IRC:''' cgrebs | '''IRC:''' cgrebs | ||
Line 63: | Line 63: | ||
This list contains suggestions issues that could be of interest. Each item is a discrete piece of work. The list features largest items first. | This list contains suggestions issues that could be of interest. Each item is a discrete piece of work. The list features largest items first. | ||
====Project 1==== | |||
* Localization: Add-on developers come from many different countries and regions. We’d like to setup the linter to be fully localized in the same list of countries as https://addons.mozilla.org (AMO). See the following issues for an idea for what’s involved https://github.com/mozilla/addons-linter/issues/1535 | * Localization: Add-on developers come from many different countries and regions. We’d like to setup the linter to be fully localized in the same list of countries as https://addons.mozilla.org (AMO). See the following issues for an idea for what’s involved https://github.com/mozilla/addons-linter/issues/1535 | ||
====Project 2==== | |||
*Migrate to Await/Async - the linter currently makes heavy use of promises. The newer Await/Async syntax makes code easier to read and understand. See the issues for additional details as to what is involved https://github.com/mozilla/addons-linter/issues/1536. This task requires a good understanding of promises and their various nuances. | *Migrate to Await/Async - the linter currently makes heavy use of promises. The newer Await/Async syntax makes code easier to read and understand. See the issues for additional details as to what is involved https://github.com/mozilla/addons-linter/issues/1536. This task requires a good understanding of promises and their various nuances. | ||
*Improving validation. There’s several areas where the validation the linter currently provides could be improved here’s a few suggested areas to start: | *Improving validation. There’s several areas where the validation the linter currently provides could be improved here’s a few suggested areas to start: |