From 564484d0623250de9218e7c178bda72cc362375e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 3 Mar 2026 09:40:18 +0100 Subject: [PATCH] Bug 38365: Fix new_line_at_the_end_of_file QA failure [FAIL] api/v1/swagger/definitions/csp_report.yaml FAIL new_line_at_the_end_of_file Missing new line at the end of file, make sure your editor correctly reads .editorconfig ('insert_final_newline = true'). See bug 40541. --- api/v1/swagger/definitions/csp_report.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/v1/swagger/definitions/csp_report.yaml b/api/v1/swagger/definitions/csp_report.yaml index fd0eae54ae6..6a0f53b7ce6 100644 --- a/api/v1/swagger/definitions/csp_report.yaml +++ b/api/v1/swagger/definitions/csp_report.yaml @@ -57,4 +57,5 @@ properties: type: string description: First 40 characters of the inline script that caused the violation maxLength: 41 -additionalProperties: true \ No newline at end of file +additionalProperties: true + -- 2.43.0