Bug 1623907 - Do not check suite code with mozlint when running on Taskcluster. r=darktrojan
The Seamonkey project does not use Taskcluster for builds, but they are working on using mozlint.
In order to accommodate both projects and minimize duplicate code, when MOZLINT_NO_SUITE is
set, comm/suite and comm/editor will get added to the exclude list.
This makes it easy for Thunderbird developers to do the same when running "mach lint" locally.
---
shellcheck:
description: Shell script linter
include:
- .
exclude: []
# 1090: https://github.com/koalaman/shellcheck/wiki/SC1090
# 'Can't follow a non-constant source'
extensions: ['sh']
support-files:
- 'tools/lint/shell/**'
excludecodes: ['1090', '1091']
type: external
payload: commlint:lint_wrapper
wraps: shell:lint