From ef596315b17cd08ffe74e6c9790eee40229bc34d Mon Sep 17 00:00:00 2001 From: k-brahma-dify Date: Sun, 13 Jul 2025 01:30:11 +0900 Subject: [PATCH] fix: add missing newlines to MFA documentation files - Add newline at end of MFA.md - Add newline at end of web/docs/MFA_IMPLEMENTATION.md - Add newline at end of web/docs/MFA_TESTING.md - Fixes remaining Super-linter EditorConfig violations --- MFA.md | 2 +- web/docs/MFA_IMPLEMENTATION.md | 2 +- web/docs/MFA_TESTING.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MFA.md b/MFA.md index 62891dd799..68d0ada21a 100644 --- a/MFA.md +++ b/MFA.md @@ -198,4 +198,4 @@ CREATE TABLE account_mfa_settings ( --- *Last updated: 2025-07-09* -*Implementation completed and tested successfully* \ No newline at end of file +*Implementation completed and tested successfully* diff --git a/web/docs/MFA_IMPLEMENTATION.md b/web/docs/MFA_IMPLEMENTATION.md index 0fbf7db61a..47f931465f 100644 --- a/web/docs/MFA_IMPLEMENTATION.md +++ b/web/docs/MFA_IMPLEMENTATION.md @@ -171,4 +171,4 @@ Accountテーブルに追加されたフィールド: ## 連絡先 実装に関する質問がある場合は、このドキュメントと併せて以下を参照してください: - `/CLAUDE.md` - プロジェクト固有のルール -- `/api/tests/mfa_test_instructions.md` - テスト手順詳細 \ No newline at end of file +- `/api/tests/mfa_test_instructions.md` - テスト手順詳細 diff --git a/web/docs/MFA_TESTING.md b/web/docs/MFA_TESTING.md index 1344d23df4..c8d23c0a76 100644 --- a/web/docs/MFA_TESTING.md +++ b/web/docs/MFA_TESTING.md @@ -97,4 +97,4 @@ Based on the implementation, here are the key scenarios to test manually: 1. Install test dependencies in Docker containers during build 2. Add test commands to Makefile for easier execution 3. Consider using Flask test client fixtures for better test isolation -4. Add integration tests that test the full MFA flow end-to-end \ No newline at end of file +4. Add integration tests that test the full MFA flow end-to-end