From e32ee28127f277f4ccb208046541004f08328b3c Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 19 May 2023 10:22:52 +0200 Subject: [PATCH] Enable new DOCtor rule `no_duplicate_use_statements` --- .doctor-rst.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index 318d55b688a..a1623233d96 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -34,6 +34,7 @@ rules: no_brackets_in_method_directive: ~ no_composer_req: ~ no_directive_after_shorthand: ~ + no_duplicate_use_statements: ~ no_explicit_use_of_code_block_php: ~ no_inheritdoc: ~ no_merge_conflict: ~