From 7e407585fc27d1be3c0e67cee07882e5b4e96441 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 7 Dec 2022 17:11:59 +0100 Subject: [PATCH] CODEOWNERS: don't require separate review of generated files --- .space/CODEOWNERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index c7cc12a3db9..593de5bd5f7 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -28,8 +28,6 @@ /.space/ "Kotlin Build Infrastructure" /analysis/ "Kotlin IDE" -/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/DiagnosisCompilerFirTestdataTestGenerated.java "Kotlin Compiler Core" -/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/DiagnosisCompilerTestFE10TestdataTestGenerated.java "Kotlin Compiler Core" /analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/FirIdeSpecTest.java "Kotlin Compiler Core" # UNKNOWN: /annotations/ @@ -384,6 +382,9 @@ /wasm/ "Kotlin Wasm" +# Generated files (no review required) +*Generated.java "Kotlin" + # Singular files /.bunch "Kotlin Build Infrastructure" /.gitattributes "Kotlin Build Infrastructure"