Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1578058 - TC: Create a new lint/rust category r=ahal
Browse files Browse the repository at this point in the history
Depends on D58252

Differential Revision: https://phabricator.services.mozilla.com/D58267
  • Loading branch information
sylvestre committed Feb 13, 2020
1 parent b090982 commit dd9e6ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions taskcluster/ci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ treeherder:
'js': 'JavaScript checks'
'py': 'Python checks'
'java': 'Java checks'
'rust': 'Rust checks'
'Static-Analysis': 'Full tree static-analysis'
'SS': 'Shadow scheduler'
'test-info': 'Test manifest skip/fail information'
Expand Down
4 changes: 2 additions & 2 deletions taskcluster/ci/source-test/mozlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ l10n-conflicts:
rustfmt:
description: rustfmt on the Rust code
treeherder:
symbol: misc(rustfmt)
symbol: rust(rustfmt)
run:
mach: lint -v -l rustfmt -f treeherder -f json:/builds/worker/mozlint.json *
when:
Expand All @@ -279,7 +279,7 @@ rustfmt:
clippy:
description: clippy on the Rust code
treeherder:
symbol: misc(clippy)
symbol: rust(clippy)
run:
mach: lint -v -l clippy -f treeherder -f json:/builds/worker/mozlint.json
when:
Expand Down

0 comments on commit dd9e6ab

Please sign in to comment.