Bug 1743088 - Mozlint/trojan-source: enable it on the whole code base r=linter-reviewers,ahal DONTBUILD

Depends on D132235

Differential Revision: https://phabricator.services.mozilla.com/D132236
This commit is contained in:
Sylvestre Ledru 2021-12-01 15:34:58 +00:00
parent 3e84c05372
commit 5a82675956
2 changed files with 8 additions and 1 deletions

View File

@ -491,7 +491,7 @@ trojan-source:
treeherder:
symbol: misc(trojan-source)
run:
mach: lint -v -l trojan-source -f treeherder -f json:/builds/worker/mozlint.json *
mach: lint -v -l trojan-source --include-third-party -f treeherder -f json:/builds/worker/mozlint.json *
when:
files-changed:
- '**/*.c'

View File

@ -6,6 +6,13 @@ trojan-source:
exclude:
- intl/lwbrk/rulebrk.c
- testing/web-platform/tests/conformance-checkers/tools/ins-del-datetime.py
- gfx/skia/skia/src/sksl/SkSLByteCodeGenerator.cpp
- modules/freetype2/src/autofit/afblue.c
- third_party/rust/chardetng/src/data.rs
- third_party/rust/error-chain/tests/tests.rs
- third_party/rust/target-lexicon/src/targets.rs
- third_party/rust/unicode-width/src/tests.rs
- security/nss/gtests/mozpkix_gtest/pkixnames_tests.cpp
extensions:
- .c
- .cc