Vetting deps datecheck (#1614)

This commit is contained in:
Tshepang Mbambo 2023-02-18 15:20:08 +02:00 committed by GitHub
parent 6db1c189d7
commit c1de1a3127
1 changed files with 3 additions and 4 deletions

View File

@ -11,10 +11,9 @@ you should avoid adding dependencies to the compiler for several reasons:
- The dependency may have transitive dependencies that have one of the above
problems.
As of <!-- date-check --> Aug 2022,
there is no official policy for vetting new dependencies to the compiler.
Decisions are made on a case-by-case basis,
during code review.
<!-- date-check: Feb 2023 -->
Note that there is no official policy for vetting new dependencies to the compiler.
Decisions are made on a case-by-case basis, during code review.
## Permitted dependencies