Check INI sections and keys for malformed headers, duplicates, and empty names.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The input is parsed into sections and leaf keys, then source lines are scanned for duplicate sections, duplicate keys, unclosed headers, and empty key names. Counts come from the parsed structure while warnings retain line locations.
[database] host=localhost port=5432
Valid: yes Section count: 1 Key count: 2
Application startup checks, package-manager CI, and legacy preference migrations validate INI files.