blob: efaed6b2ec198de98ce0d5c2450480999ed89b8d [file] [log] [blame]
Adrià Vilanova Martínez472ff052022-06-01 19:11:12 +02001Check a Web Extension project for basic lint problems.
2
3**Job Variables**
4
5.. zuul:jobvar:: source_dir
6 :default: src
7
8 Folder where the uncompressed extension files are located (if you use a tool
9 such as Webpack to build your extension, this folder should have the
10 compiled files which you would ZIP and upload to the extensions store. If
11 this is a relative path, it is computed as if you were in the directory
12 ``{{ zuul.project.src_dir }}``.
13
14.. zuul:jobvar:: extra_lint_flags
15
16 Optional: string with flags that will be passed to the web-ext lint command,
17 if specified.
18