mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
Add cargo-deny to mach-tidy to check license compliance. (#32465)
* Use cargo-deny to check license compliance. All licenses should be MPL-2.0 or weaker. * Run cargo-deny check licenses in mach tidy * fmt * Fix inverted boolean * Move cargo deny to tidy.py * Add quotes around license in error message * Integrate `cargo-deny` into tidy fully * Fix script tests --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
370fbf0331
commit
fd472ebd0e
6 changed files with 160 additions and 42 deletions
|
@ -7,5 +7,5 @@
|
|||
# option. This file may not be copied, modified, or distributed
|
||||
# except according to those terms.
|
||||
|
||||
from .tidy import scan # noqa
|
||||
from .tidy import scan # noqa
|
||||
from .test import run_tests # noqa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue