docs: fix markdown formatting in DOTENV_DISCIPLINE.md
All checks were successful
Documentation Validation / validate-docs (push) Successful in 3s
Documentation Validation / validate-policies-strict (push) Successful in 3s

Added blank lines after list introductions to fix markdown rendering of bullet lists.
This commit is contained in:
aitbc
2026-04-19 20:35:19 +02:00
parent 23b57c4eca
commit 20b2d2040c

View File

@@ -16,6 +16,7 @@ silent configuration issues where:
### **Focused Dotenv Linter** ### **Focused Dotenv Linter**
Created a sophisticated linter that: Created a sophisticated linter that:
- **Scans all code** for actual environment variable usage - **Scans all code** for actual environment variable usage
- **Filters out script variables** and non-config variables - **Filters out script variables** and non-config variables
- **Compares with `.env.example`** to find drift - **Compares with `.env.example`** to find drift
@@ -142,6 +143,7 @@ Created `.github/workflows/dotenv-check.yml` with:
### **Workflow Triggers** ### **Workflow Triggers**
The dotenv check runs on: The dotenv check runs on:
- **Push** to any branch (when relevant files change) - **Push** to any branch (when relevant files change)
- **Pull Request** (when relevant files change) - **Pull Request** (when relevant files change)
- File patterns: `.env.example`, `*.py`, `*.yml`, `*.toml`, `*.sh` - File patterns: `.env.example`, `*.py`, `*.yml`, `*.toml`, `*.sh`