Skip to content

Commit 0549d2b

Browse files
committed
fix(curations): Align on not using spaces in array definitions
Signed-off-by: Frank Viernau <[email protected]>
1 parent beea4dd commit 0549d2b

12 files changed

+12
-12
lines changed

curations/Maven/org.jetbrains.kotlin/kotlin-android-extensions-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
curations:
33
comment: |
44
Enforce scanning the source artifact because figuring out the relevant files in the VCS is complex.
5-
source_code_origins: [ ARTIFACT ]
5+
source_code_origins: [ARTIFACT]

curations/Maven/org.jetbrains.kotlin/kotlin-annotation-processing-gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
curations:
33
comment: |
44
Enforce scanning the source artifact because figuring out the relevant files in the VCS is complex.
5-
source_code_origins: [ ARTIFACT ]
5+
source_code_origins: [ARTIFACT]

curations/Maven/org.jetbrains.kotlin/kotlin-compiler-embeddable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
curations:
33
comment: |
44
Enforce scanning the source artifact because figuring out the relevant files in the VCS is complex.
5-
source_code_origins: [ ARTIFACT ]
5+
source_code_origins: [ARTIFACT]

curations/Maven/org.jetbrains.kotlin/kotlin-daemon-embeddable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
curations:
33
comment: |
44
Enforce scanning the source artifact because figuring out the relevant files in the VCS is complex.
5-
source_code_origins: [ ARTIFACT ]
5+
source_code_origins: [ARTIFACT]

curations/Maven/org.jetbrains.kotlin/kotlin-klib-commonizer-embeddable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
curations:
33
comment: |
44
Enforce scanning the source artifact because figuring out the relevant files in the VCS is complex.
5-
source_code_origins: [ ARTIFACT ]
5+
source_code_origins: [ARTIFACT]

curations/Maven/org.jetbrains.kotlin/kotlin-parcelize-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
curations:
33
comment: |
44
Enforce scanning the source artifact because figuring out the relevant files in the VCS is complex.
5-
source_code_origins: [ ARTIFACT ]
5+
source_code_origins: [ARTIFACT]

curations/Maven/org.jetbrains.kotlin/kotlin-reflect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
curations:
33
comment: |
44
Enforce scanning the source artifact because figuring out the relevant files in the VCS is complex.
5-
source_code_origins: [ ARTIFACT ]
5+
source_code_origins: [ARTIFACT]

curations/Maven/org.jetbrains.kotlin/kotlin-script-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
curations:
33
comment: |
44
Enforce scanning the source artifact because figuring out the relevant files in the VCS is complex.
5-
source_code_origins: [ ARTIFACT ]
5+
source_code_origins: [ARTIFACT]

curations/Maven/org.jetbrains.kotlin/kotlin-stdlib-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
curations:
33
comment: |
44
Enforce scanning the source artifact because figuring out the relevant files in the VCS is complex.
5-
source_code_origins: [ ARTIFACT ]
5+
source_code_origins: [ARTIFACT]

curations/Maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
curations:
33
comment: |
44
Enforce scanning the source artifact because figuring out the relevant files in the VCS is complex.
5-
source_code_origins: [ ARTIFACT ]
5+
source_code_origins: [ARTIFACT]

0 commit comments

Comments
 (0)