vectordotdev/vector

Investigate and eliminate `allow` statements

オープン

#23,659 opened on 2025/08/27

 (9 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2,126 件のフォーク)batch import
good first issuehacktoberfesthave: nicetype: tech debt

Repository metrics

Stars
 (21,837 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Module wide: https://github.com/search?q=repo%3Avectordotdev%2Fvector%20%22%23!%5Ballow(%22&type=code

These allows can hide bugs: https://github.com/search?q=repo%3Avectordotdev%2Fvector+clippy%3A%3Acast&type=code

Same for #![expect(...)].

This can be implemented piece by piece in multiple focused PRs.

コントリビューターガイド