mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
![Matthew Gregan](/assets/img/avatar_default.png)
CLOSED TREE Build fix - remove obsolete media/audioipc path from linting exclusions. Differential Revision: https://phabricator.services.mozilla.com/D105510
23 lines
504 B
YAML
23 lines
504 B
YAML
---
|
|
rust:
|
|
description: Reformat rust
|
|
min_rustfmt_version: 1.4.12
|
|
include:
|
|
- '.'
|
|
exclude:
|
|
- dom/webauthn/libudev-sys/
|
|
- gfx/wr/direct-composition/
|
|
- gfx/wr/peek-poke/
|
|
- gfx/wr/webrender_build/
|
|
- gfx/wgpu/
|
|
- gfx/wr/wr_malloc_size_of/
|
|
- media/mp4parse-rust/
|
|
- servo/
|
|
extensions:
|
|
- rs
|
|
support-files:
|
|
- 'tools/lint/rust/**'
|
|
type: external
|
|
payload: rust:lint
|
|
code_review_warnings: true
|