Commit graph

3 commits

Author SHA1 Message Date
ffranr
a0e63124c0
multi: reformat long lines for readability
- Replace occurrences of `// nolint:lll` with `// nolint:ll` across
  files for consistency.
- Reformat multiline strings, comments, and function parameters to
  improve clarity and adhere to style guidelines.
- Add `// nolint:ll` comments where necessary to prevent linter
  warnings.
2025-12-09 16:12:03 +00:00
Elle Mouton
c7e82b55c6
firewalldb+lit: plug in SQL privacy mapper 2025-04-22 06:10:48 +02:00
Elle Mouton
8c418305c2
firewalldb: plug in sql priv map
In this commit, we introduce the SQL impl of the privacy mapper store.

The privacy mapper unit tests can now be run against the SQL impl.
2025-04-22 06:10:48 +02:00