From 31504a9f6e6fac6e13800a11e71f891d0f1ff45c Mon Sep 17 00:00:00 2001 From: Yuichi HARADA Date: Tue, 17 Aug 2021 13:29:27 +0900 Subject: [PATCH 1/5] Remove trailing whitespaces in test/fixtures/custom_fields.yml --- test/fixtures/custom_fields.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml index 98dccdfcb6..489eea15a1 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -1,11 +1,11 @@ ---- -custom_fields_001: +--- +custom_fields_001: name: Database regexp: "" is_for_all: true is_filter: true type: IssueCustomField - possible_values: + possible_values: - MySQL - PostgreSQL - Oracle @@ -15,7 +15,7 @@ custom_fields_001: default_value: "" editable: true position: 2 -custom_fields_002: +custom_fields_002: name: Searchable field min_length: 1 regexp: "" @@ -31,13 +31,13 @@ custom_fields_002: default_value: "Default string" editable: true position: 1 -custom_fields_003: +custom_fields_003: name: Development status regexp: "" is_for_all: false is_filter: true type: ProjectCustomField - possible_values: + possible_values: - Stable - Beta - Alpha @@ -48,7 +48,7 @@ custom_fields_003: default_value: "" editable: true position: 1 -custom_fields_004: +custom_fields_004: name: Phone number regexp: "" is_for_all: false @@ -60,7 +60,7 @@ custom_fields_004: default_value: "" editable: true position: 1 -custom_fields_005: +custom_fields_005: name: Money regexp: "" is_for_all: false @@ -72,7 +72,7 @@ custom_fields_005: default_value: "" editable: true position: 2 -custom_fields_006: +custom_fields_006: name: Float field regexp: "" is_for_all: true @@ -84,7 +84,7 @@ custom_fields_006: default_value: "" editable: true position: 3 -custom_fields_007: +custom_fields_007: name: Billable regexp: "" is_for_all: false @@ -97,7 +97,7 @@ custom_fields_007: default_value: "" editable: true position: 1 -custom_fields_008: +custom_fields_008: name: Custom date regexp: "" is_for_all: true @@ -110,7 +110,7 @@ custom_fields_008: default_value: "" editable: true position: 4 -custom_fields_009: +custom_fields_009: name: Project 1 cf regexp: "" is_for_all: false @@ -123,7 +123,7 @@ custom_fields_009: default_value: "" editable: true position: 5 -custom_fields_010: +custom_fields_010: name: Overtime regexp: "" is_for_all: false @@ -140,7 +140,7 @@ custom_fields_011: id: 11 name: Binary type: CustomField - possible_values: + possible_values: - !binary | SGXDqWzDp2prc2Tigqw2NTTDuQ== - Other value -- 2.33.0